This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 82ee8b0c7c [fix](meger-on-write) fix query result wrong when schema
change (#22044) (#22101)
new bdbe4afbdc [opt](inverted index) support the same column create
different type index (#21972)
new a1b4338ecb [fix](compaction) fix time series compaction point policy
(#21670)
The 2 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:
.../cumulative_compaction_time_series_policy.cpp | 8 +-
be/src/olap/rowset/segment_v2/segment_iterator.cpp | 1 +
...mulative_compaction_time_series_policy_test.cpp | 16 +-
.../apache/doris/alter/SchemaChangeHandler.java | 1 +
.../org/apache/doris/analysis/CreateTableStmt.java | 9 +-
.../doris/catalog/MaterializedIndexMeta.java | 4 +
.../inverted_index_p0/test_add_drop_index.groovy | 2 +-
.../inverted_index_p0/test_create_index_1.groovy | 182 +++++++++++++++++++++
.../inverted_index_p0/test_create_index_2.groovy | 176 ++++++++++++++++++++
9 files changed, 382 insertions(+), 17 deletions(-)
create mode 100644
regression-test/suites/inverted_index_p0/test_create_index_1.groovy
create mode 100644
regression-test/suites/inverted_index_p0/test_create_index_2.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]