This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 233b0b5dd9d [fix](bitmap) incorrect type of BitmapValue with fastunion (#36834) add 23b0b7b28d4 [fix](tvf) Partition columns in CTAS need to be compatible with the STRING type of external tables/TVF (#35489) No new revisions were added by this update. Summary of changes: .../apache/doris/analysis/DistributionDesc.java | 8 + .../doris/analysis/HashDistributionDesc.java | 1 + .../org/apache/doris/analysis/PartitionDesc.java | 4 + .../doris/analysis/RandomDistributionDesc.java | 5 + .../apache/doris/datasource/InternalCatalog.java | 14 +- .../datasource/hive/ThriftHMSCachedClient.java | 2 +- .../doris/nereids/parser/PartitionTableInfo.java | 48 +-- .../trees/plans/commands/CreateTableCommand.java | 17 +- .../trees/plans/commands/info/CreateTableInfo.java | 8 + .../commands/info/DistributionDescriptor.java | 4 + .../ExternalFileTableValuedFunction.java | 2 +- .../hive/write/test_hive_ctas_to_doris.out | 37 ++ .../external_table_p0/tvf/test_ctas_with_hdfs.out | 383 +++++++++++++++++++++ .../hive/ddl/test_hive_ddl.groovy | 4 +- .../hive/write/test_hive_ctas_to_doris.groovy | 100 ++++++ .../tvf/test_ctas_with_hdfs.groovy | 129 +++++++ 16 files changed, 735 insertions(+), 31 deletions(-) create mode 100644 regression-test/data/external_table_p0/hive/write/test_hive_ctas_to_doris.out create mode 100644 regression-test/data/external_table_p0/tvf/test_ctas_with_hdfs.out create mode 100644 regression-test/suites/external_table_p0/hive/write/test_hive_ctas_to_doris.groovy create mode 100644 regression-test/suites/external_table_p0/tvf/test_ctas_with_hdfs.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org