[
https://issues.apache.org/jira/browse/FLINK-17528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yichao Yang updated FLINK-17528:
--------------------------------
Comment: was deleted
(was: HiĀ [~jark], I'd like to contribute to this issue, could you help assign
this to me?:D)
> 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: Sub-task
> Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
> Reporter: 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)