Github user twalthr commented on a diff in the pull request:
https://github.com/apache/flink/pull/5040#discussion_r153802731
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/codegen/CodeGenerator.scala
---
@@ -1308,6 +1313,19 @@ abstract class CodeGenerator(
}
}
+ private[flink] def generateBoxedElementWithNullableSupport(
--- End diff --
`generateNullableOutputBoxing`---
