This is an automated email from the ASF dual-hosted git repository. zhangchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 527293aa41 [refactor](dynamic table) remove dynamic table (#23298) add c7b9eb5f9c [enhancement](bitmap)support bitmap type for non-key column in unique table (#23228) No new revisions were added by this update. Summary of changes: be/src/olap/rowset/segment_v2/segment_writer.cpp | 4 +- .../sql-manual/sql-reference/Data-Types/BITMAP.md | 4 +- .../sql-manual/sql-reference/Data-Types/BITMAP.md | 17 ++++--- .../org/apache/doris/analysis/CreateTableStmt.java | 18 +++---- .../org/apache/doris/catalog/AggregateType.java | 1 - .../apache/doris/analysis/CreateTableStmtTest.java | 17 ++----- .../data_model_p0/unique/test_unique_bitmap.out | 21 +++++++++ .../data_model_p0/unique/test_unique_bitmap.groovy | 55 ++++++++++++++++++++++ 8 files changed, 106 insertions(+), 31 deletions(-) create mode 100644 regression-test/data/data_model_p0/unique/test_unique_bitmap.out create mode 100644 regression-test/suites/data_model_p0/unique/test_unique_bitmap.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org