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 5d8f4690f7 [Fix](autobucket) Fix autobucket partition size by using getAllDataSize including cooldown size (#23557) new 34bcec2306 [improve](jdbc catalog) support sqlserver uniqueidentifier data type (#23297) new 075e5b1bcd [Bug](materialized-view) fix loaddb analyze failed on MaterializedIndexMeta (#23442) new 159ca0d74b [Configuration](multi-catalog) Modify default external cache expire time to 10 mins. (#23490) new fff92656c7 [fix](planner)fix bug of pushing conjunct through agg node (#23483) new fe0e7580d1 [fix](light-schema-change) fix schema consistency check failed (#23283) 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/service/internal_service.cpp | 9 +++++---- .../sqlserver/init/03-create-table.sql | 4 ++++ .../docker-compose/sqlserver/init/04-insert.sql | 3 +++ .../main/java/org/apache/doris/common/Config.java | 2 +- .../java/org/apache/doris/catalog/Database.java | 7 +++++++ .../doris/catalog/MaterializedIndexMeta.java | 12 ++---------- .../java/org/apache/doris/catalog/OlapTable.java | 11 +++++++++++ .../main/java/org/apache/doris/catalog/Table.java | 4 ++++ .../apache/doris/datasource/InternalCatalog.java | 6 ++++++ .../jdbc/client/JdbcSQLServerClient.java | 1 + .../apache/doris/planner/SingleNodePlanner.java | 2 +- .../doris/catalog/MaterializedIndexMetaTest.java | 1 + .../jdbc/test_sqlserver_jdbc_catalog.out | 3 +++ .../test_push_conjuncts_inlineview.groovy | 22 ++++++++++++++++++++++ .../jdbc/test_sqlserver_jdbc_catalog.groovy | 1 + .../test_agg_keys_schema_change.groovy | 2 +- .../test_agg_mv_schema_change.groovy | 2 +- .../test_agg_rollup_schema_change.groovy | 2 +- .../test_agg_vals_schema_change.groovy | 2 +- .../test_alter_table_column.groovy | 2 +- .../schema_change_p0/test_delete_schema_change.sql | 1 + .../test_dup_keys_schema_change.groovy | 2 +- .../test_dup_mv_schema_change.groovy | 2 +- .../test_dup_rollup_schema_change.groovy | 2 +- .../test_dup_vals_schema_change.groovy | 2 +- .../schema_change_p0/test_rename_column.groovy | 6 ++++-- .../test_uniq_keys_schema_change.groovy | 2 +- .../test_uniq_mv_schema_change.groovy | 2 +- .../test_uniq_rollup_schema_change.groovy | 2 +- .../test_uniq_seq_col_schema_change.groovy | 2 +- .../test_uniq_vals_schema_change.groovy | 2 +- .../test_update_schema_change.groovy | 1 + 32 files changed, 92 insertions(+), 32 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org