Sergey Nuyanzin created FLINK-36361:
---------------------------------------

             Summary: Do not use StringBuilder for EquivalentExprShuttle
                 Key: FLINK-36361
                 URL: https://issues.apache.org/jira/browse/FLINK-36361
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / Planner
            Reporter: Sergey Nuyanzin
            Assignee: Sergey Nuyanzin


Currently there is {{EquivalentExprShuttle}} where there is a map of 
{{toString}} node to {{RelNode}}. In fact there is no need for toString which 
is calculated each time with usage of {{StringBuilder}} under the hood. And 
even more we faced one weird case where it consumes memory.




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to