voonhous commented on code in PR #19454: URL: https://github.com/apache/hudi/pull/19454#discussion_r3694738077
########## hudi-common/src/test/java/org/apache/hudi/common/table/log/block/TestHoodieLogBlock.java: ########## @@ -27,6 +27,7 @@ import org.apache.hudi.io.SeekableDataInputStream; import org.apache.hudi.storage.HoodieStorage; +import org.apache.avro.Schema; Review Comment: Tied to the comment below -- if you switch to `HoodieSchema.parse`, this import can go, we are trying to migrate away from `avro.Schema`. -- 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]
