[
https://issues.apache.org/jira/browse/FLINK-17528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu reassigned FLINK-17528:
-------------------------------
Assignee: Jark Wu
> Use getters instead of RowData#get() utility in JsonRowDataSerializationSchema
> ------------------------------------------------------------------------------
>
> Key: FLINK-17528
> URL: https://issues.apache.org/jira/browse/FLINK-17528
> Project: Flink
> Issue Type: Improvement
> Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile), Table
> SQL / Ecosystem
> Reporter: Jark Wu
> Assignee: Jark Wu
> Priority: Major
>
> Currently, we are using utility {{RowData#get(RowData, int, LogicalType)}}
> and {{ArrayData#get(ArrayData, int, LogicalType)}} to get the field/element
> objects. However, this is not as efficient as getters of RowData/ArrayData,
> because this utility involves boxing and unboxing and a big switch condition.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)