PHILO-HE commented on code in PR #11681:
URL:
https://github.com/apache/incubator-gluten/pull/11681#discussion_r2884426565
##########
shims/common/pom.xml:
##########
@@ -37,6 +37,22 @@
<artifactId>spark-hive_${scala.binary.version}</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.spark</groupId>
+ <artifactId>spark-catalyst_${scala.binary.version}</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.parquet</groupId>
+ <artifactId>parquet-hadoop</artifactId>
Review Comment:
Maybe, we can set it in "provided" scope to avoid version conflict, since a
different version is available under Spark jars/ for runtime use.
--
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]