This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git
from 6b69980c75 [fix](compile) fix vscan node compile error (#15805) new 32373051cd [enhancement](unique key) disable concurrent flush memtable for unique key (#15802) new 34b817625a [Bug](bitmap) Fix bitmap_from_string for null constant (#15698) new 915abc8c53 [fix](olap) dictionary cannot be sorted after inserting some null values (#15829) new 03289c9c0f [fix](bitmap) fix bitmap iterator comparison error (#15779) new 750bf85030 [fix](parquet-reader) fix coredump when load datatime data to doris from parquet (#15794) The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: be/src/olap/delta_writer.cpp | 6 +-- be/src/runtime/types.h | 1 + be/src/util/bitmap_value.h | 2 +- be/src/vec/columns/column_const.cpp | 3 +- be/src/vec/columns/column_dictionary.h | 6 +++ be/src/vec/exec/format/parquet/schema_desc.cpp | 63 +++++++++++----------- be/src/vec/functions/function_bitmap.cpp | 16 ++++-- be/test/util/bitmap_value_test.cpp | 10 ++-- .../bitmap/test_bitmap_const.out} | 2 +- .../data/query_p0/join/test_bitmap_filter.out | 7 +++ .../datatype_p0/bitmap/test_bitmap_const.groovy | 6 +-- .../suites/query_p0/join/test_bitmap_filter.groovy | 4 ++ .../test_dict_with_null.groovy} | 42 +++++++-------- 13 files changed, 100 insertions(+), 68 deletions(-) copy regression-test/data/{correctness_p0/test_join_with_projection.out => datatype_p0/bitmap/test_bitmap_const.out} (97%) copy fe/fe-core/src/main/java/org/apache/doris/analysis/CancelStmt.java => regression-test/suites/datatype_p0/bitmap/test_bitmap_const.groovy (89%) copy regression-test/suites/{performance_p0/test_streamload_perfomance.groovy => query_p0/test_dict_with_null.groovy} (53%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org