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 2022/03/03 14:35:00 UTC

[jira] [Created] (FLINK-26467) Compile RowDataToStringConverter lazily

Timo Walther created FLINK-26467:
------------------------------------

             Summary: Compile RowDataToStringConverter lazily
                 Key: FLINK-26467
                 URL: https://issues.apache.org/jira/browse/FLINK-26467
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / Planner
            Reporter: Timo Walther


Currently, we prepare for `print()` whenever `sqlQuery` is called. However, we could postpone the compilation until it is really needed.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)