matriv commented on a change in pull request #19045:
URL: https://github.com/apache/flink/pull/19045#discussion_r824575713



##########
File path: 
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/codegen/ExprCodeGenerator.scala
##########
@@ -215,7 +209,7 @@ class ExprCodeGenerator(ctx: CodeGeneratorContext, 
nullableInput: Boolean)
           input2Term.get,
           idx,
           nullableInput,
-          ctx.nullCheck)
+          true)

Review comment:
       The `deepCopy` flag is not only passed as `ctx.nullCheck`, as far as I 
can see it has other usages as well, so I didn't want to touch it.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to