the-other-tim-brown commented on code in PR #13742: URL: https://github.com/apache/hudi/pull/13742#discussion_r2308930419
########## hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/testutils/HoodieSparkDeleteRecordMerger.java: ########## @@ -21,11 +21,9 @@ import org.apache.hudi.HoodieSparkRecordMerger; import org.apache.hudi.common.config.TypedProperties; -import org.apache.hudi.common.model.HoodieRecord; -import org.apache.hudi.common.util.Option; -import org.apache.hudi.common.util.collection.Pair; - -import org.apache.avro.Schema; +import org.apache.hudi.common.engine.RecordContext; Review Comment: Yes, that is how it is structured. Package will always be separated from the first import by 1 line in the Hudi style guide <img width="506" height="195" alt="image" src="https://github.com/user-attachments/assets/26ce5887-5f77-4b93-8546-f43b7ad18200" /> -- 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]
