This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from cf437ac9ea7 [config](array) delete config enable_create_inverted_index_for_array #39006 (#39115) new 07af360a088 [Improment]Add schema table workload_group_privileges (#38436) new bc3fe701c2e [fix](compile) Resolve compile failure (#38593) new 980302e5d0c [fix](regression) Fix some insert_p2 cases (#39134) new 3084c9e9226 [Fix](multi-catalog) Fix not throw error when call close() in hive/iceberg writer. (#38987) new c082d314906 [improvement](iceberg)]support doris's char/varchar to iceberg's string (#38807) 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/exec/schema_scanner.cpp | 3 + ...er.cpp => schema_workload_group_privileges.cpp} | 59 +++++++------- ...canner.h => schema_workload_group_privileges.h} | 14 ++-- .../writer/iceberg/viceberg_partition_writer.cpp | 14 ++-- .../sink/writer/iceberg/viceberg_table_writer.cpp | 10 ++- be/src/vec/sink/writer/vhive_partition_writer.cpp | 14 ++-- be/src/vec/sink/writer/vhive_table_writer.cpp | 10 ++- .../org/apache/doris/analysis/SchemaTableType.java | 4 +- .../java/org/apache/doris/catalog/SchemaTable.java | 8 ++ .../datasource/iceberg/DorisTypeToIcebergType.java | 2 +- .../org/apache/doris/mysql/privilege/Auth.java | 42 ++++++++++ .../apache/doris/mysql/privilege/RoleManager.java | 26 +++++++ .../doris/tablefunction/MetadataGenerator.java | 37 +++++++++ gensrc/thrift/Descriptors.thrift | 3 +- gensrc/thrift/FrontendService.thrift | 1 + .../write/test_iceberg_support_char_varchar.out | 19 +++++ .../jdbc/test_mariadb_jdbc_catalog.out | 1 + .../jdbc/test_mysql_jdbc_catalog.out | 1 + .../jdbc/test_mysql_jdbc_catalog_nereids.out | 1 + .../jdbc/test_mysql_jdbc_driver5_catalog.out | 1 + .../data/workload_manager_p0/test_curd_wlg.out | 49 ++++++++++++ .../write/test_iceberg_support_char_varchar.groovy | 90 ++++++++++++++++++++++ .../txn_insert_concurrent_insert_mow.groovy | 5 ++ .../txn_insert_concurrent_insert_ud.groovy | 5 ++ .../txn_insert_concurrent_insert_update.groovy | 5 ++ .../insert_p2/txn_insert_with_schema_change.groovy | 17 +++- .../workload_manager_p0/test_curd_wlg.groovy | 58 ++++++++++++++ 27 files changed, 438 insertions(+), 61 deletions(-) copy be/src/exec/schema_scanner/{schema_workload_sched_policy_scanner.cpp => schema_workload_group_privileges.cpp} (67%) copy be/src/exec/schema_scanner/{schema_routine_scanner.h => schema_workload_group_privileges.h} (77%) create mode 100644 regression-test/data/external_table_p0/iceberg/write/test_iceberg_support_char_varchar.out create mode 100644 regression-test/suites/external_table_p0/iceberg/write/test_iceberg_support_char_varchar.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org