zhouyuan commented on code in PR #12737:
URL: https://github.com/apache/gluten/pull/12737#discussion_r3777284978
##########
pom.xml:
##########
@@ -1302,6 +1327,10 @@
<log4j.version>2.24.3</log4j.version>
<commons-lang3.version>3.17.0</commons-lang3.version>
<arrow.version>18.1.0</arrow.version>
+ <arrow.deps.scope>provided</arrow.deps.scope>
+ <arrow-memory.scope>provided</arrow-memory.scope>
+ <!-- Matches no groupId: let Spark's own Arrow through. -->
Review Comment:
is there a way to verify Gluten is using the arrow jar from spark
distribution?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]