dongjoon-hyun commented on code in PR #45084:
URL: https://github.com/apache/spark/pull/45084#discussion_r1486592885
##########
pom.xml:
##########
@@ -2616,6 +2616,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>io.airlift</groupId>
+ <artifactId>aircompressor</artifactId>
Review Comment:
Also, Parquet and Iceberg also have some dependency.
- https://mvnrepository.com/artifact/org.apache.parquet/parquet-hadoop/1.13.1
-https://mvnrepository.com/artifact/org.apache.iceberg/iceberg-core/1.4.3
However, I'm not sure about Parquet part. This PR aims to override it from
Apache Spark side.
##########
pom.xml:
##########
@@ -2616,6 +2616,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>io.airlift</groupId>
+ <artifactId>aircompressor</artifactId>
Review Comment:
Also, Parquet and Iceberg also have some dependency.
- https://mvnrepository.com/artifact/org.apache.parquet/parquet-hadoop/1.13.1
- https://mvnrepository.com/artifact/org.apache.iceberg/iceberg-core/1.4.3
However, I'm not sure about Parquet part. This PR aims to override it from
Apache Spark side.
--
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]