Search before asking
Motivation
When deleting a row from PrimaryKey Table, we can set the RowKind type to RowKind.DELETE.
Currently, the TableWriteImpl class will always invoke checkNullability method, ensure all fileds comply with null constraint,
We suggest only verify primary keys null constraint if RowKind is DELETE, then when delete a row, only need provide primary keys.
Solution
No response
Anything else?
No response
Are you willing to submit a PR?
Search before asking
Motivation
When deleting a row from PrimaryKey Table, we can set the RowKind type to RowKind.DELETE.
Currently, the TableWriteImpl class will always invoke checkNullability method, ensure all fileds comply with null constraint,
We suggest only verify primary keys null constraint if RowKind is DELETE, then when delete a row, only need provide primary keys.
Solution
No response
Anything else?
No response
Are you willing to submit a PR?