yihua commented on code in PR #12781: URL: https://github.com/apache/hudi/pull/12781#discussion_r1978023094
########## hudi-common/src/main/java/org/apache/hudi/common/model/HoodieReplaceCommitMetadata.java: ########## @@ -18,9 +18,8 @@ package org.apache.hudi.common.model; -import org.apache.hudi.common.util.JsonUtils; - import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import org.apache.hudi.common.util.JsonUtils; Review Comment: Revert the change to keep import grouping -- 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]
