davidradl commented on code in PR #25758: URL: https://github.com/apache/flink/pull/25758#discussion_r1876117885
########## tools/maven/suppressions.xml: ########## @@ -35,6 +35,7 @@ under the License. <suppress files="DependencyTree.java" checks="IllegalImport"/> <suppress files="FlinkSqlParserImplTest.java" checks="FileLength"/> + <suppress files="SqlDdlToOperationConverterTest.java" checks="FileLength"/> Review Comment: can we not split this file into some 2 or more logical groupings rather than suppressing the file length check? -- 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