This is an automated email from the ASF dual-hosted git repository.
kirs pushed a change to branch auto-pick-42908-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 3828b388e96 [fix](regression) fix flaky partial update cases (#42908)
add e46149b6fd4 [cherry-pick](branch-3.0) Pick "[Feature](schema change)
Support add column bitmap with default value bitmap_empty (#42331)" (#42701)
add 502d9e5bdcd [fix](exit) stop storage engine in exec_env before exit
(#42015) (#43141)
add 0409b2e67fb Merge branch 'branch-3.0' into auto-pick-42908-branch-3.0
No new revisions were added by this update.
Summary of changes:
be/src/runtime/exec_env_init.cpp | 2 +-
fe/fe-core/src/main/cup/sql_parser.cup | 7 +++
.../java/org/apache/doris/analysis/ColumnDef.java | 3 +-
.../main/java/org/apache/doris/catalog/Column.java | 5 ++
fe/fe-core/src/main/jflex/sql_scanner.flex | 1 +
.../test_alter_add_column_default_value.out} | 19 ++++---
.../test_alter_add_column_default_value.groovy | 66 ++++++++++++++++++++++
7 files changed, 92 insertions(+), 11 deletions(-)
copy regression-test/data/{correctness/test_explode_numbers.out =>
alter_p0/test_alter_add_column_default_value.out} (66%)
create mode 100644
regression-test/suites/alter_p0/test_alter_add_column_default_value.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]