You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2021/11/14 18:57:37 UTC

[GitHub] [drill] vvysotskyi commented on pull request #2374: remove Strings.java and add dependency on log4j-api instead

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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org