This is an automated email from the ASF dual-hosted git repository.
zstan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 0d1ae2d1d6 IGNITE-20044 Validate schema eligibility on each read/write
operation in an RW transaction (#2566)
add 9e21ae612f IGNITE-19106 Sql. Fix partially broken column namings
(#2552)
No new revisions were added by this update.
Summary of changes:
.../platforms/cpp/tests/client-test/sql_test.cpp | 3 +-
.../dotnet/Apache.Ignite.Tests/Sql/SqlTests.cs | 3 +-
.../runner/app/client/ItThinClientSqlTest.java | 6 +-
.../ignite/internal/sql/engine/ItMetadataTest.java | 47 +++++++++---
.../internal/sql/engine/prepare/IgnitePlanner.java | 87 +++++++++++++++++++++-
.../sql/engine/prepare/IgniteSqlValidator.java | 2 +-
.../sql/engine/prepare/PrepareServiceImpl.java | 9 ++-
.../sql/engine/prepare/ValidationResult.java | 15 +++-
8 files changed, 144 insertions(+), 28 deletions(-)