dybyte commented on code in PR #10399: URL: https://github.com/apache/seatunnel/pull/10399#discussion_r2740411494
########## seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/imap-storage-file/src/main/java/org/apache/seatunnel/engine/imap/storage/file/bean/IMapFileData.java: ########## @@ -27,6 +27,8 @@ import java.io.Serializable; +import static org.apache.hadoop.hdfs.DFSUtilClient.compareBytes; Review Comment: Since there was no appropriate JDK method, I added a replacement in `WALDataUtils`. -- 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]
