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


##########
.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:
   Could you please explain why this is needed?



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