jackylk commented on a change in pull request #3637:
[CARBONDATA-3721][CARBONDATA-3590] Optimize Bucket Table
URL: https://github.com/apache/carbondata/pull/3637#discussion_r386771262
##########
File path: processing/pom.xml
##########
@@ -45,6 +45,11 @@
<artifactId>spark-sql_${scala.binary.version}</artifactId>
<version>${spark.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.spark</groupId>
Review comment:
Should try to avoid depending on spark in core modules including:
carbondata-core, carbondata-hadoop, carbondata-processing
Can we avoid adding this?
----------------------------------------------------------------
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