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 a10a44892c [spark] Add MergeIntoTable alignment methods for v2 write
(#7144)
add 7f258f3405 [python] Row Id Ranges push down should be finished in
DataEvolutionSplitRead (#7196)
No new revisions were added by this update.
Summary of changes:
.../read/reader/row_range_filter_record_reader.py | 67 ++++++++++++++++++++++
paimon-python/pypaimon/read/split_read.py | 40 +++++++++----
paimon-python/pypaimon/read/table_read.py | 60 +------------------
3 files changed, 97 insertions(+), 70 deletions(-)
create mode 100644
paimon-python/pypaimon/read/reader/row_range_filter_record_reader.py