Github user holdenk commented on a diff in the pull request:
https://github.com/apache/spark/pull/15821#discussion_r103589341
--- Diff: pom.xml ---
@@ -1871,6 +1872,25 @@
<artifactId>paranamer</artifactId>
<version>${paranamer.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.arrow</groupId>
+ <artifactId>arrow-vector</artifactId>
+ <version>${arrow.version}</version>
+ <exclusions>
--- End diff --
Should we consider explore excluding netty here, since we exclude it in
most of the other related projects (like parquet), since it seems to have added
some unnecessary jars to the deps list.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]