[ https://issues.apache.org/jira/browse/IGNITE-20155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pavel Tupitsyn updated IGNITE-20155: ------------------------------------ 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. was:See *TupleMarshallerImpl#marshal* and *#binaryTupleRebuildRequired*: we pass BinaryTuple as is from the client, bypassing NOT NULL and other constraint checks. > Java client connector skips NOT NULL and other column checks > ------------------------------------------------------------ > > Key: IGNITE-20155 > URL: https://issues.apache.org/jira/browse/IGNITE-20155 > Project: Ignite > Issue Type: Bug > Components: thin client > Affects Versions: 3.0.0-beta1 > Reporter: Pavel Tupitsyn > Assignee: Pavel Tupitsyn > Priority: Blocker > Labels: ignite-3 > Fix For: 3.0.0-beta2 > > > 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. -- This message was sent by Atlassian Jira (v8.20.10#820010)