leesf commented on code in PR #4958:
URL: https://github.com/apache/hudi/pull/4958#discussion_r917669301


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieIndexConfig.java:
##########
@@ -30,6 +30,9 @@
 import org.apache.hudi.index.HoodieIndex;
 import org.apache.hudi.keygen.constant.KeyGeneratorOptions;
 
+import org.apache.log4j.LogManager;

Review Comment:
   use 
   ```
   import org.apache.logging.log4j.LogaManager;
   import org.apache.logging.log4j.Logger;
   ```
   instead as we moved to log4j



-- 
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]

Reply via email to