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 185e568d45 IGNITE-22031 .NET: Remove 
DataStreamer.PartitionAssignmentUpdateFrequency (#3749)
     add 38d13fcd5f IGNITE-21836: KeyValueView. Throws correct error for 
GetNullable for a PoJo when field / column nullability do not match (#3714)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/ignite/table/KeyValueView.java |   5 +-
 .../client/table/ClientKeyValueBinaryView.java     |  44 +++---
 .../internal/client/table/ClientKeyValueView.java  | 169 ++++++++++++++++-----
 .../ignite/client/ClientKeyValueViewTest.java      |  13 +-
 .../internal/marshaller/ValidationUtils.java       |  34 +++++
 ...dedTest.java => ItNullsEmbeddedClientTest.java} |   5 +-
 .../runner/app/client/ItNullsThinClientTest.java   | 134 ++++++++++++++++
 .../internal/table/KeyValueBinaryViewImpl.java     |  58 +++----
 .../ignite/internal/table/KeyValueViewImpl.java    | 168 +++++++++++++++-----
 .../KeyValueViewOperationsSimpleSchemaTest.java    |  10 +-
 .../internal/table/KeyValueViewOperationsTest.java | 116 +++-----------
 11 files changed, 514 insertions(+), 242 deletions(-)
 copy 
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/client/{ItThinClientMarshallingEmbeddedTest.java
 => ItNullsEmbeddedClientTest.java} (86%)
 create mode 100644 
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/client/ItNullsThinClientTest.java

Reply via email to