sarutak commented on pull request #34979: URL: https://github.com/apache/spark/pull/34979#issuecomment-1000030121
@tdg5 ``` The library removal is needed because the build fails when the ojdbc6 package is included because the referenced library is no longer available in jfrog: https://camunda.jfrog.io/ui/native/public/com/oracle/ojdbc6 ``` I think that the more justified reason to remove `odbc6` is it no longer used by Spark right? Spark uses ojdbc8 for docker-integration-tests whose setting is in `pom.xml`. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
