huaxingao commented on code in PR #9841: URL: https://github.com/apache/iceberg/pull/9841#discussion_r1933115883
########## .baseline/checkstyle/checkstyle-suppressions.xml: ########## @@ -48,4 +48,7 @@ <!-- Referencing guava classes should be allowed in classes within bundled-guava module --> <suppress files="org.apache.iceberg.GuavaClasses" id="BanUnrelocatedGuavaClasses"/> + Review Comment: Comet shades arrow, protobuf and guava. ``` import org.apache.comet.shaded.arrow.c.CometSchemaImporter; import org.apache.comet.shaded.arrow.memory.RootAllocator; ``` `RootAllocator` is an arrow class. `CometSchemaImporter` is a Comet class -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org