You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jark Wu (Jira)" <ji...@apache.org> on 2020/10/22 12:31:00 UTC

[jira] [Closed] (FLINK-17528) Remove RowData#get() and ArrayData#get() and use FieldGetter and ElementGetter instead

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

Jark Wu closed FLINK-17528.
---------------------------
    Fix Version/s: 1.12.0
       Resolution: Fixed

Fixed in master:

- debbdc66a474676c1609f172888e86dc2ee05d8e
- 3b9e20aafc7a6680a5abf82b1161ad1c89151a85

> 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
>             Fix For: 1.12.0
>
>
> 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)