tsreaper commented on a change in pull request #16496: URL: https://github.com/apache/flink/pull/16496#discussion_r673673505
########## File path: flink-table/flink-table-code-splitter/src/main/java/org/apache/flink/table/codesplit/DeclarationRewriter.java ########## @@ -117,6 +119,17 @@ public Void visitClassBody(JavaParser.ClassBodyContext ctx) { return ret; } + @Override + public Void visitFieldDeclaration(JavaParser.FieldDeclarationContext ctx) { Review comment: Yes it is. I'll clean up the commit. -- 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