Zhenghua Gao created FLINK-14848:
------------------------------------
Summary: BaseRowSerializer.toBinaryRow wrongly process null for objects with variable-length part
Key: FLINK-14848
URL:
https://issues.apache.org/jira/browse/FLINK-14848 Project: Flink
Issue Type: Bug
Components: Table SQL / Planner
Affects Versions: 1.10.0
Reporter: Zhenghua Gao
For the fixed-length objects, the writer calls setNullAt() to update fixed-length part(which set null bits and initialize fixed-length part with 0;
For the variable-length objects, the writer calls setNullAt to update fixed-length part and need to assign & initialize variable-length part
--
This message was sent by Atlassian Jira
(v8.3.4#803005)