Dan Zou created FLINK-33792:
-------------------------------
Summary: Generate the same code for the same logic
Key: FLINK-33792
URL: https://issues.apache.org/jira/browse/FLINK-33792
Project: Flink
Issue Type: Sub-task
Components: Table SQL / Planner
Reporter: Dan Zou
Generate the same code for the same logic, so that we may reuse the generated
code between different jobs. This is the precondition forĀ FLINK-28691. The
current issue is we use a self-incrementing counter in CodeGenUtils#newName, it
means we could not get the same generated class between two queries even when
they are exactly the same.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)