jonvex commented on code in PR #6751:
URL: https://github.com/apache/hudi/pull/6751#discussion_r983960521


##########
packaging/hudi-utilities-bundle/pom.xml:
##########
@@ -376,6 +376,12 @@
       <groupId>org.apache.parquet</groupId>
       <artifactId>parquet-avro</artifactId>
       <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.xerial.snappy</groupId>
+          <artifactId>snappy-java</artifactId>

Review Comment:
   We tested in TestHoodieSparkSqlWriter.scala and also added a param to 
getCommonParams that sets "hoodie.parquet.compression.codec" to snappy and ran 
all the tests and they all passed



-- 
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]

Reply via email to