This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
from 5ea57efd6f [core] optimize partition filter for format table (#6263)
add b5bab9b484 [core] Correct searchPartSpecAndPaths invoking in
FormatTableScan
No new revisions were added by this update.
Summary of changes:
.../predicate/OnlyPartitionKeyEqualVisitor.java | 7 -
.../paimon/partition/PartitionPredicate.java | 33 +--
.../paimon/table/format/FormatReadBuilder.java | 8 +-
.../paimon/table/format/FormatTableScan.java | 180 +++++++------
.../paimon/partition/PartitionPredicateTest.java | 155 ------------
.../paimon/table/format/FormatTableScanTest.java | 279 +++++++++++++++++----
6 files changed, 354 insertions(+), 308 deletions(-)