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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)