YuweiXiao commented on code in PR #4958: URL: https://github.com/apache/hudi/pull/4958#discussion_r923235553
########## 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: Yeah, but I found updating it would break the runtime dependency (ClassNotFoundException). So I guess it may be better to updating all log related import in another PR? WDYT? -- 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]
