diff --git a/be/test/olap/schema_change_test.cpp b/be/test/olap/schema_change_test.cpp index 0d2b931ff1..606877bf0d 100644 --- a/be/test/olap/schema_change_test.cpp +++ b/be/test/olap/schema_change_test.cpp @@ -64,7 +64,7 @@ public: new(std::nothrow) OutStreamFactory(COMPRESS_LZ4, OLAP_DEFAULT_COLUMN_STREAM_BUFFER_SIZE); ASSERT_TRUE(_stream_factory != NULL); - config::column_dictionary_key_ration_threshold = 30; + config::column_dictionary_key_ratio_threshold = 30; config::column_dictionary_key_size_threshold = 1000; } diff --git a/run-ut.sh b/run-ut.sh index 4639225f5d..adc9754d42 100755 --- a/run-ut.sh +++ b/run-ut.sh @@ -311,9 +311,9 @@ ${DORIS_TEST_BINARY_DIR}/runtime/routine_load_task_executor_test ${DORIS_TEST_BINARY_DIR}/runtime/heartbeat_flags_test # Runing plugin test -${DORIS_TEST_BINARY_DIR}/Plugin/plugin/plugin_loader_test -${DORIS_TEST_BINARY_DIR}/Plugin/plugin/plugin_mgr_test -${DORIS_TEST_BINARY_DIR}/Plugin/plugin/plugin_zip_test +${DORIS_TEST_BINARY_DIR}/plugin/plugin_loader_test +${DORIS_TEST_BINARY_DIR}/plugin/plugin_mgr_test +${DORIS_TEST_BINARY_DIR}/plugin/plugin_zip_test # Running agent unittest # Prepare agent testdata