cloud-fan commented on a change in pull request #24416: [SPARK-27521][SQL] Move 
data source v2 to catalyst module
URL: https://github.com/apache/spark/pull/24416#discussion_r289410372
 
 

 ##########
 File path: sql/catalyst/pom.xml
 ##########
 @@ -114,6 +114,10 @@
       <version>2.7.3</version>
       <type>jar</type>
     </dependency>
+    <dependency>
+      <groupId>org.apache.arrow</groupId>
+      <artifactId>arrow-vector</artifactId>
 
 Review comment:
   Since the `ArrowColumnVector` is moved to the catalyst module, I have to 
move the dependency as well. I think it's fine as sql/core depends on 
sql/catalyst.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to