You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "SteNicholas (via GitHub)" <gi...@apache.org> on 2023/04/15 06:05:59 UTC

[GitHub] [hudi] SteNicholas commented on a diff in pull request #7614: [HUDI-5509] check if dfs support atomic creation when using filesyste…

SteNicholas commented on code in PR #7614:
URL: https://github.com/apache/hudi/pull/7614#discussion_r1167387738


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/transaction/lock/FileSystemBasedLockProvider.java:
##########
@@ -19,8 +19,16 @@
 
 package org.apache.hudi.client.transaction.lock;
 
+import org.apache.hadoop.conf.Configuration;

Review Comment:
   Revert the import of `hadoop` package change. It should be imported after hudi package.



-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org