This is an automated email from the ASF dual-hosted git repository.
jooger pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from c8cc35c3a6 IGNITE-22136 Updated Apache Ignite 3 doc with new features
(#3678)
add ceac03f6b8 IGNITE-22040: KeyValue/RecordView. Improve error messages
for constraint violation errors. (#3619)
No new revisions were added by this update.
Summary of changes:
.../ignite/client/ClientKeyValueViewTest.java | 25 ++++++++++-------
.../apache/ignite/client/ClientRecordViewTest.java | 2 +-
.../org/apache/ignite/client/ClientTableTest.java | 2 +-
.../ignite/internal/marshaller/FieldAccessor.java | 4 +--
.../internal/marshaller/FieldAccessorTest.java | 2 +-
.../Table/SchemaValidationTest.cs | 12 +++------
.../app/client/ItThinClientMarshallingTest.java | 21 +++++----------
.../org/apache/ignite/internal/schema/Column.java | 15 +++++++++--
.../ignite/internal/schema/row/RowAssembler.java | 4 +--
.../sql/engine/ItNotNullConstraintClientTest.java | 31 ----------------------
.../sql/engine/ItNotNullConstraintTest.java | 25 +++++++++--------
.../calcite/runtime/CalciteResource.properties | 3 ++-
.../ignite/internal/table/KeyValueViewImpl.java | 3 +--
.../internal/table/SchemaValidationTest.java | 2 +-
14 files changed, 61 insertions(+), 90 deletions(-)