prashantwason commented on code in PR #6502: URL: https://github.com/apache/hudi/pull/6502#discussion_r968698084
########## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/transaction/lock/LockManager.java: ########## @@ -18,19 +18,22 @@ package org.apache.hudi.client.transaction.lock; -import java.io.Serializable; -import java.util.concurrent.TimeUnit; -import org.apache.hadoop.fs.FileSystem; +import org.apache.hudi.client.transaction.lock.metrics.HoodieLockMetrics; import org.apache.hudi.common.config.LockConfiguration; import org.apache.hudi.common.config.SerializableConfiguration; import org.apache.hudi.common.lock.LockProvider; import org.apache.hudi.common.util.ReflectionUtils; import org.apache.hudi.config.HoodieLockConfig; import org.apache.hudi.config.HoodieWriteConfig; import org.apache.hudi.exception.HoodieLockException; + +import org.apache.hadoop.fs.FileSystem; Review Comment: Please try to avoid these types of unnecessary changes as it pollutes the git commit history for these lines and bloats the diffs. -- 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]
