smarthi commented on a change in pull request #1168: [HUDI-463] Redo hudi-utilities log statements using SLF4J URL: https://github.com/apache/incubator-hudi/pull/1168#discussion_r362338554
########## File path: hudi-utilities/src/main/java/org/apache/hudi/utilities/HDFSParquetImporter.java ########## @@ -59,14 +57,16 @@ import java.util.List; import java.util.Properties; +import parquet.org.slf4j.Logger; +import parquet.org.slf4j.LoggerFactory; Review comment: is this the correct import? Are we not using the standard org.slf4j.* ? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
