This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from ba05ef44055 [Chore](runtime-filter) add tmp debug info to investigate unknown filter error #33857 new 734520a77b1 [bugfix](hive)delete write path after hive insert (#33798) new 561afde0c42 [feature](insert)support default value when create hive table (#33666) 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: .../main/java/org/apache/doris/catalog/Column.java | 6 + .../doris/datasource/hive/HMSCachedClient.java | 2 + .../doris/datasource/hive/HMSExternalTable.java | 10 +- .../doris/datasource/hive/HMSTransaction.java | 59 +++-- .../doris/datasource/hive/HiveVersionUtil.java | 2 +- .../hive/PostgreSQLJdbcHMSCachedClient.java | 10 + .../datasource/hive/ThriftHMSCachedClient.java | 60 ++++- .../commands/insert/HiveInsertCommandContext.java | 18 ++ .../plans/commands/insert/HiveInsertExecutor.java | 9 + .../commands/insert/InsertIntoTableCommand.java | 3 +- .../org/apache/doris/planner/HiveTableSink.java | 1 + .../hadoop/hive/metastore/HiveMetaStoreClient.java | 5 +- .../doris/datasource/TestHMSCachedClient.java | 5 + .../doris/datasource/hive/HmsCommitTest.java | 173 +++++++++++--- .../hive/ddl/test_hive_ctas.groovy | 47 ++-- .../hive/ddl/test_hive_ddl.groovy | 258 ++++++++++++--------- 16 files changed, 495 insertions(+), 173 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org