[ 
https://issues.apache.org/jira/browse/FLINK-17528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jark Wu updated FLINK-17528:
----------------------------
    Component/s:     (was: Table SQL / Ecosystem)
                     (was: Formats (JSON, Avro, Parquet, ORC, SequenceFile))
                 Table SQL / API

> 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
>
> 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)

Reply via email to