You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "wgtmac (via GitHub)" <gi...@apache.org> on 2023/08/09 15:19:15 UTC

[GitHub] [parquet-mr] wgtmac commented on a diff in pull request #1131: PARQUET-2333: Support bzip2 and xz compression in the to-avro subcommand

wgtmac commented on code in PR #1131:
URL: https://github.com/apache/parquet-mr/pull/1131#discussion_r1288701244


##########
parquet-cli/pom.xml:
##########
@@ -110,6 +110,12 @@
       <artifactId>avro</artifactId>
       <version>${avro.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.tukaani</groupId>

Review Comment:
   Does it have any license issue? And what about its dependency?



-- 
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: dev-unsubscribe@parquet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org