This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a change to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/paimon.git
from 0a33eca8b4 [release] Fix release package contents
new f812c1b8b5 [core] Fix error classification for invalid bucket key
(#8974)
new 3d7878d776 [python] Fix predicate pruning with incomplete statistics
(#8978)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/paimon/schema/SchemaValidation.java | 2 +-
.../apache/paimon/schema/SchemaValidationTest.java | 11 ++++
paimon-python/pypaimon/common/predicate.py | 26 +++++++-
.../pypaimon/manifest/schema/simple_stats.py | 3 +-
.../pypaimon/manifest/simple_stats_evolution.py | 16 +++--
paimon-python/pypaimon/table/row/projected_row.py | 2 +-
.../tests/manifest/simple_stats_evolutions_test.py | 50 +++++++++++++++
paimon-python/pypaimon/tests/predicates_test.py | 75 ++++++++++++++++++++++
8 files changed, 172 insertions(+), 13 deletions(-)