This is an automated email from the ASF dual-hosted git repository.
korlov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 57fd6e1873 IGNITE-23013 Support IgniteSql transparency with respect to
node restart (#4279)
add 3c137a25b3 IGNITE-22785 Sql. Fix ArrayIndexOutOfBoundsException when
key column literal overflows (#4269)
No new revisions were added by this update.
Summary of changes:
.../engine/prepare/pruning/ModifyNodeVisitor.java | 329 +++++++++++++++++++++
.../pruning/PartitionPruningMetadataExtractor.java | 129 +-------
.../planner/PartitionPruningMetadataTest.java | 97 +++---
3 files changed, 400 insertions(+), 155 deletions(-)
create mode 100644
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/pruning/ModifyNodeVisitor.java