matriv commented on a change in pull request #17985: URL: https://github.com/apache/flink/pull/17985#discussion_r761068718
########## File path: flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/codegen/calls/ScalarOperatorGens.scala ########## @@ -936,6 +936,12 @@ object ScalarOperatorGens { operand: GeneratedExpression, targetType: LogicalType) : GeneratedExpression = { + + ctx.addReusableHeaderComment("Configuration") + ctx.addReusableHeaderComment("-------------") Review comment: It feels more generic to "limit" other usages to this "Configuration" header. I'd rather do this if/when we get a second usage of the header, but if you prefer to have it there already also fine, I can move. -- 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