twalthr commented on code in PR #20568:
URL: https://github.com/apache/flink/pull/20568#discussion_r946778002


##########
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/codegen/CodeGeneratorContext.scala:
##########
@@ -215,9 +215,9 @@ class CodeGeneratorContext(val tableConfig: ReadableConfig, 
val classLoader: Cla
   /** @return Comment to be added as a header comment on the generated class */
   def getClassHeaderComment: String = {
     s"""
-       |/*
-       | * ${reusableHeaderComments.mkString("\n * ")}
-       | */
+       | //

Review Comment:
   remove the leading and trailing comment



-- 
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