Abacn commented on issue #26403:
URL: https://github.com/apache/beam/issues/26403#issuecomment-1522231293

   vendor calcite 1.28 should not have shaded 1og4j. It is excluded: 
   
   
https://github.com/apache/beam/blob/1a51ba5edebef9622c016331071764830adffc94/vendor/calcite-1_28_0/build.gradle#L94
   
    
org.apache.beam.vendor.calcite.v1_28_0.com.google.common.collect.ImmutableList 
is a misuse. It should be
   
   org.apache.beam.vendor.guava.v26_xxx.com.google.common.collect.ImmutableList
   
   Let me do an audit of `com.google.common` that is not under vendor guava 
space.


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

Reply via email to