snuyanzin commented on code in PR #20850: URL: https://github.com/apache/flink/pull/20850#discussion_r979468073
########## flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/codegen/InputFormatCodeGenerator.scala: ########## @@ -80,6 +80,7 @@ object InputFormatCodeGenerator { @Override public Object nextRecord(Object reuse) { + | ${ctx.reuseLocalVariableCode()} Review Comment: Probably as a result of https://issues.apache.org/jira/browse/CALCITE-4383 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org