This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44669-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 01f0003792d [fix](test)set replication_allocation = 1 (#45078) add 764aa1951e9 [fix](hudi)Add hudi catalog read partition table partition prune (#44669) No new revisions were added by this update. Summary of changes: .../doris/datasource/hive/HMSExternalTable.java | 26 +- .../apache/doris/datasource/hudi/HudiUtils.java | 50 +++ .../doris/datasource/hudi/source/HudiScanNode.java | 71 ++-- .../glue/translator/PhysicalPlanTranslator.java | 2 + .../trees/plans/logical/LogicalHudiScan.java | 2 +- .../hudi/test_hudi_partition_prune.out | 357 +++++++++++++++++++++ .../hudi/test_hudi_partition_prune.groovy | 333 +++++++++++++++++++ 7 files changed, 792 insertions(+), 49 deletions(-) create mode 100644 regression-test/data/external_table_p2/hudi/test_hudi_partition_prune.out create mode 100644 regression-test/suites/external_table_p2/hudi/test_hudi_partition_prune.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org