umehrot2 commented on a change in pull request #873: [HUDI-159] Redesigning bundles for lighter-weight integrations URL: https://github.com/apache/incubator-hudi/pull/873#discussion_r320508158
########## File path: hudi-hive/src/main/java/org/apache/hudi/hive/HoodieHiveClient.java ########## @@ -33,9 +33,7 @@ import java.util.List; import java.util.Map; import java.util.stream.Collectors; -import org.apache.commons.dbcp.BasicDataSource; -import org.apache.commons.dbcp.ConnectionFactory; -import org.apache.commons.dbcp.DriverConnectionFactory; +import jline.internal.Log; Review comment: Why is this needed ? ---------------------------------------------------------------- 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
