This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 6b200a28fc [chore](macOS) Fix SSL errors while building documents (#23127) (#23155) new dff4a7c9bb [bugfix](segment cache) Recycle the fds when drop table (#23081) new 2680d12802 [FIX](array-func) fix array() with decimal type (#23117) new f64fe8e8b2 [fix](multi-catalog) conversion of compatible numerical types (#23113) new 1b7b6bc6fb [Fix](orc-reader) Fix filling partition or missing column used incorrect row count. (#23096) new ed29af8786 [Improvement] Optimize count operation for iceberg (#22923) 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/olap/rowset/beta_rowset.cpp | 2 + be/src/olap/tablet.cpp | 2 - be/src/olap/tablet_manager.cpp | 12 +++++ be/src/vec/exec/format/generic_reader.h | 1 + be/src/vec/exec/format/orc/vorc_reader.cpp | 14 +++-- .../format/parquet/fix_length_dict_decoder.hpp | 12 ++--- .../format/parquet/fix_length_plain_decoder.cpp | 24 +++++++-- .../exec/format/parquet/fix_length_plain_decoder.h | 2 +- be/src/vec/exec/format/table/iceberg_reader.cpp | 33 +++++++++++- be/src/vec/exec/format/table/iceberg_reader.h | 6 ++- be/src/vec/exec/scan/vfile_scanner.cpp | 6 +-- be/src/vec/exec/scan/vscan_node.cpp | 5 ++ be/src/vec/exec/scan/vscan_node.h | 6 +++ .../apache/doris/analysis/FunctionCallExpr.java | 4 -- .../java/org/apache/doris/planner/PlanNode.java | 4 ++ .../planner/external/iceberg/IcebergScanNode.java | 63 +++++++++++++++++++++- .../planner/external/iceberg/IcebergSplit.java | 4 +- gensrc/thrift/PlanNodes.thrift | 2 + .../hive/test_external_catalog_hive_partition.out | 50 +++++++++++++++++ .../hive/test_hive_schema_change.out | 7 +++ .../test_array_functions_by_literal.out | 48 +++++++++++++++++ .../test_external_catalog_hive_partition.groovy | 2 + ...ition.groovy => test_hive_schema_change.groovy} | 17 +++--- .../test_array_functions_by_literal.groovy | 18 +++++++ 24 files changed, 302 insertions(+), 42 deletions(-) create mode 100644 regression-test/data/external_table_p2/hive/test_hive_schema_change.out copy regression-test/suites/external_table_p2/hive/{test_hive_remove_partition.groovy => test_hive_schema_change.groovy} (77%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org