This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44003-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from 7d123edcf82 [fix](filesystem)Use simple authentication directly in S3FileSystem for 2.1 (#43636) (#44238) add 52617d392be [enhance](regression-test) fix hudi incremental query bug and add hudi p2 cases (#44003) No new revisions were added by this update. Summary of changes: .../hudi/source/COWIncrementalRelation.java | 10 +- regression-test/conf/regression-conf.groovy | 3 + .../hudi/test_hudi_incremental.out | 349 +++++++++++++++++++++ .../hudi/test_hudi_schema_evolution.out | 33 ++ .../external_table_p2/hudi/test_hudi_snapshot.out | Bin 0 -> 348526 bytes .../external_table_p2/hudi/test_hudi_timestamp.out | 6 + .../hudi/test_hudi_timetravel.out | 236 +++++++------- .../hudi/test_hudi_catalog.groovy | 39 +++ .../hudi/test_hudi_incremental.groovy | 111 +++++++ .../hudi/test_hudi_schema_evolution.groovy | 48 +++ .../hudi/test_hudi_snapshot.groovy | 91 ++++++ .../hudi/test_hudi_timestamp.groovy | 62 ++++ .../hudi/test_hudi_timetravel.groovy | 138 ++++---- 13 files changed, 929 insertions(+), 197 deletions(-) create mode 100644 regression-test/data/external_table_p2/hudi/test_hudi_incremental.out create mode 100644 regression-test/data/external_table_p2/hudi/test_hudi_schema_evolution.out create mode 100644 regression-test/data/external_table_p2/hudi/test_hudi_snapshot.out create mode 100644 regression-test/data/external_table_p2/hudi/test_hudi_timestamp.out create mode 100644 regression-test/suites/external_table_p2/hudi/test_hudi_catalog.groovy create mode 100644 regression-test/suites/external_table_p2/hudi/test_hudi_incremental.groovy create mode 100644 regression-test/suites/external_table_p2/hudi/test_hudi_schema_evolution.groovy create mode 100644 regression-test/suites/external_table_p2/hudi/test_hudi_snapshot.groovy create mode 100644 regression-test/suites/external_table_p2/hudi/test_hudi_timestamp.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org