You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/02/27 07:34:59 UTC

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #31673: [SPARK-34479][SQL] Add zstandard codec to Avro compression codec list

dongjoon-hyun commented on a change in pull request #31673:
URL: https://github.com/apache/spark/pull/31673#discussion_r584083511



##########
File path: pom.xml
##########
@@ -1235,6 +1235,10 @@
             <groupId>javax.annotation</groupId>
             <artifactId>javax.annotation-api</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>com.github.luben</groupId>
+            <artifactId>zstd-jni</artifactId>
+          </exclusion>

Review comment:
       Well, this is in my PR. Shall we merge mine and replace this?
   - https://github.com/apache/spark/pull/31670/files




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org