talatuyarer commented on code in PR #15475:
URL: https://github.com/apache/iceberg/pull/15475#discussion_r2873986152


##########
.baseline/checkstyle/checkstyle-suppressions.xml:
##########
@@ -44,6 +44,9 @@
     <!-- Generated code should not be subjected to checkstyle. -->
     <suppress files="[/\\].*[/\\]generated.*[/\\]" checks="." />
 
+    <!-- Suppress imported Flink avro classes -->
+    <suppress 
files=".*[/\\]org[/\\]apache[/\\]flink[/\\]formats[/\\]avro[/\\].*" checks="." 
/>
+

Review Comment:
   Flink's Format and checkstyle is not matching with ours. I did not want to 
change Flink code thats why I excluded them



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to