This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44669-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from 53291bd040d branch-2.1: [fix](hudi) upgrade hudi to 0.15.0 (#44267)(#44995) (#45041) add 4b808fa4317 [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