lsyldliu commented on code in PR #23984: URL: https://github.com/apache/flink/pull/23984#discussion_r1444597660
########## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/functions/casting/CastRule.java: ########## @@ -88,7 +91,16 @@ public ZoneId getSessionZoneId() { public ClassLoader getClassLoader() { return classLoader; } + + @Override + @Nullable + public CodeGeneratorContext getCodeGeneratorContext() { + return null; Review Comment: Can you add some annotation to explain why here returns null? -- 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