vvysotskyi commented on pull request #2374: URL: https://github.com/apache/drill/pull/2374#issuecomment-968345007
@pjfanning, even having `log4j-api` might conflict with `log4j-over-slf4j`, so it shouldn't be added. `Strings.java` was introduced as a workaround, but the actual issue is that Hive has a direct dependency in the code on `log4j-api`, but it shouldn't. If there are other libraries that also do that, we can update `Strings.java` with the required changes to resolve run-time errors and create tickets for those libraries to remove such code, so eventually, this workaround will be removed. -- 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]
