snuyanzin commented on PR #20568:
URL: https://github.com/apache/flink/pull/20568#issuecomment-1216697139

   Yes, the problem with compilation
   The problem appears when 
`org.apache.flink.table.runtime.generated.CompileUtils#addLineNumber` was 
applied
   before this PR
   ```java
   /* 1 */
   /* 2 */      
   /* 3 */      /*
   /* 4 */       * Using option 'table.exec.legacy-cast-behaviour':'false'
   /* 5 */       * Timezone: org.apache.flink.table.api.TableConfig@452b0509
   /* 6 */       */
   /* 7 */          
   ...
   ```
   and here multiline comments from line numbers start merging with header's 
multiline comment.
   After
   ```java
   /* 1 */
   /* 2 */      
   /* 3 */       // Using option 'table.exec.legacy-cast-behaviour':'false'
   /* 4 */       // Timezone: org.apache.flink.table.api.TableConfig@4c6c3627
   /* 5 */
   ...
   ```


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