You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Timo Walther (Jira)" <ji...@apache.org> on 2020/05/15 06:00:00 UTC

[jira] [Created] (FLINK-17716) Remove deprecated RowData.get and similar methods

Timo Walther created FLINK-17716:
------------------------------------

             Summary: Remove deprecated RowData.get and similar methods
                 Key: FLINK-17716
                 URL: https://issues.apache.org/jira/browse/FLINK-17716
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / Runtime
            Reporter: Timo Walther


{{RowData.get}}, {{BinaryArrayWriter.setNullAt()}}, {{ArrayData.get}}, and {{BinaryWriter.write}} use logical types during runtime. Methods in logical types are not optimized for runtime usage. For a better separation of concerns, we should split runtime and pre-flight phase case. Those methods should be replaced with methods introduced in FLINK-17668.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)