RussellSpitzer commented on issue #2382:
URL: https://github.com/apache/iceberg/issues/2382#issuecomment-813783170


   So is the issue here that because we extend Spark's Parser we end up shading 
Spark's internal references to Antlr Runtime code which causes our issues. 
   
   If this is the case I think we should drop the runtime reference altogether, 
although I really dislike it when library code depends on a transitive of 
another library.
   
   Another option is to mark the Antlr-runtime version as "Strictly" so that we 
at least fail quickly if Spark changes the version from underneath us.


-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to