ajantha-bhat commented on a change in pull request #3819:
URL:
https://github.com/apache/carbondata/pull/3819#discussion_r481812056##########
File path: sdk/sdk/pom.xml
##########
@@ -48,6 +48,28 @@
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.parquet</groupId>
+ <artifactId>parquet-avro</artifactId>
+ <version>1.11.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hive</groupId>
+ <artifactId>hive-exec</artifactId>
+ <version>3.1.0</version>
Review comment:
because you need 3.1.0 I think you are excluding this hive-exec on other pom which is bringing different version.
So, I want to know who needs this exact hive-exec and why cant they use current hive-exec
----------------------------------------------------------------
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:
[hidden email]