[
https://issues.apache.org/jira/browse/FLINK-14848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kurt Young updated FLINK-14848:
-------------------------------
Affects Version/s: (was: 1.10.0)
1.9.1
> 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.9.1
> Reporter: Zhenghua Gao
> Priority: Major
>
> 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)