This is an automated email from the ASF dual-hosted git repository.
amashenkov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 8a848cb24e IGNITE-21722 Sql. Fix NPE in correlated nested loop join
(#3504)
add b08fbb6087 IGNITE-21852: RecordView. RecordView does not support
arbitrary key column order (#3502)
No new revisions were added by this update.
Summary of changes:
.../sql/api/ItRecordViewKeyPositionsTest.java | 248 +++++++++++++++++++++
.../ignite/internal/table/RecordViewImpl.java | 8 +-
2 files changed, 252 insertions(+), 4 deletions(-)
create mode 100644
modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/api/ItRecordViewKeyPositionsTest.java