This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push: new a86161f [Bug]Fix compile error (#3257) a86161f is described below commit a86161f6ce05e88a0f1ff164bdfb49f2c9a6d003 Author: lichaoyong <lichaoy...@baidu.com> AuthorDate: Fri Apr 3 13:38:44 2020 +0800 [Bug]Fix compile error (#3257) --- be/test/olap/column_reader_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/test/olap/column_reader_test.cpp b/be/test/olap/column_reader_test.cpp index 0008672..ace23d5 100644 --- a/be/test/olap/column_reader_test.cpp +++ b/be/test/olap/column_reader_test.cpp @@ -71,7 +71,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; } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org