[
https://issues.apache.org/jira/browse/FLINK-17528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-17528:
-----------------------------------
Labels: pull-request-available (was: )
> Remove RowData#get() and ArrayData#get() and use FieldGetter and
> ElementGetter instead
> --------------------------------------------------------------------------------------
>
> Key: FLINK-17528
> URL: https://issues.apache.org/jira/browse/FLINK-17528
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / API
> Reporter: Jark Wu
> Assignee: Jark Wu
> Priority: Major
> Labels: pull-request-available
>
> Currently, we are using utility {{RowData#get(RowData, int, LogicalType)}}
> and {{ArrayData#get(ArrayData, int, LogicalType)}} to get the field/element
> objects. They have been deprecated since 1.11, we should replace them by
> {{RowData#FieldGetter}} and {{ArrayData#ElementGetter}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)