lidavidm commented on code in PR #13973:
URL: https://github.com/apache/arrow/pull/13973#discussion_r965248473
##########
java/dataset/pom.xml:
##########
@@ -109,6 +109,38 @@
<artifactId>jackson-databind</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.arrow.orc</groupId>
+ <artifactId>arrow-orc</artifactId>
Review Comment:
It _seems_ like that's just a transitive dependency that needs to get pulled
in…but since this is a test-only dependency it's ok then.
--
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]