This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from f71a47f2ee8 [HUDI-7236] Allow MIT to change partition path when using
global index (#10337)
add 7a242fec8d9 [HUDI-7830] Add predicate filter pruning for snapshot
queries in hudi related sources (#11396)
No new revisions were added by this update.
Summary of changes:
.../org/apache/hudi/keygen/CustomKeyGenerator.java | 2 +-
.../hudi/utilities/sources/HoodieIncrSource.java | 1 +
.../sources/SnapshotLoadQuerySplitter.java | 34 +++++++++-
.../hudi/utilities/sources/helpers/QueryInfo.java | 58 ++++++++++++++++
.../utilities/sources/helpers/QueryRunner.java | 3 +-
.../utilities/sources/TestHoodieIncrSource.java | 78 +++++++++++++++++++++-
.../helpers/TestSnapshotQuerySplitterImpl.java | 26 +++++++-
7 files changed, 195 insertions(+), 7 deletions(-)