cxzl25 commented on code in PR #1909:
URL: https://github.com/apache/orc/pull/1909#discussion_r1580471014
##########
java/bench/spark/pom.xml:
##########
@@ -171,8 +171,9 @@
<exclude>META-INF/NOTICE-binary</exclude>
<exclude>META-INF/NOTICE.md</exclude>
<exclude>META-INF/NOTICE.txt</exclude>
- <exclude>META-INF/DUMMY.SF</exclude>
- <exclude>META-INF/DUMMY.DSA</exclude>
+ <exclude>META-INF/*.SF</exclude>
+ <exclude>META-INF/*.DSA</exclude>
+ <exclude>META-INF/*.RSA</exclude>
Review Comment:
Currently, Spark has fixed this problem by upgrading the `arrow-vector`
version, so there is no modification here.
[SPARK-47981][BUILD] Upgrade `Arrow` to 16.0.0
--
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]