This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 50d89f5 Remove meaningless warn log for NullValueReader (#2586) add 5fd7133 Fix bitmap, hll, segment v2 DefaultValue bug (#2570) No new revisions were added by this update. Summary of changes: be/src/olap/rowset/column_reader.h | 1 + be/src/olap/rowset/segment_v2/column_reader.cpp | 32 +++-- be/src/olap/rowset/segment_v2/column_reader.h | 15 ++- be/src/olap/rowset/segment_v2/segment.cpp | 4 +- be/src/olap/types.h | 10 +- be/src/olap/uint24.h | 13 ++ be/src/olap/wrapper_field.cpp | 5 +- .../segment_v2/column_reader_writer_test.cpp | 135 ++++++++++++++++++++- be/test/olap/tablet_schema_helper.h | 13 ++ .../java/org/apache/doris/analysis/ColumnDef.java | 16 ++- 10 files changed, 218 insertions(+), 26 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org