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


##########
.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:
   Shall e update hist as well? How come that we don't have errors?
   Maybe we can remove this line?



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