Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
3.0.0-beta1
Description
See TupleMarshallerImpl#marshal and #binaryTupleRebuildRequired: we pass BinaryTuple as is from the client, bypassing NOT NULL and other constraint checks.
We should validate the data from the client without reassembling the tuple.
Attachments
Issue Links
- Discovered while testing
-
IGNITE-19835 Java thin 3.0: Reject POJOs with unmapped fields
- Resolved
- is caused by
-
IGNITE-18925 Thin 3.0: Avoid BinaryTuple conversion from client to storage
- Resolved
- links to