lukecwik commented on issue #11058: [SQL] vendor calcite 1.22.0
URL: https://github.com/apache/beam/pull/11058#issuecomment-595857534
 
 
   The vendored jar fails validation. You can rerun the validation locally with
   ```
   ./gradlew -p vendor/calcite-1_22_0 check
   ```
   
   Your shading without relocating lots of classes, such as (the above command 
will enumerate them all):
   ```
   org/objectweb/asm/AnnotationVisitor.class
   org/objectweb/asm/AnnotationWriter.class
   org/objectweb/asm/Attribute$Set.class
   org/objectweb/asm/Attribute.class
   org/objectweb/asm/ByteVector.class
   org/objectweb/asm/ClassReader.class
   org/objectweb/asm/ClassTooLargeException.class
   org/objectweb/asm/ClassVisitor.class
   org/objectweb/asm/ClassWriter.class
   org/objectweb/asm/ConstantDynamic.class
   org/objectweb/asm/Constants.class
   org/objectweb/asm/Context.class
   ```
   

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


With regards,
Apache Git Services

Reply via email to