You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/09/20 21:34:42 UTC

[GitHub] [hudi] alexeykudinkin commented on a diff in pull request #6472: [HUDI-4549] Remove avro from hudi-hive-sync-bundle and hudi-aws-bundle

alexeykudinkin commented on code in PR #6472:
URL: https://github.com/apache/hudi/pull/6472#discussion_r975834051


##########
packaging/hudi-aws-bundle/pom.xml:
##########
@@ -284,19 +275,13 @@
             <artifactId>hudi-aws</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <!-- Need parquet and avro to run AwsGlueCatalogSyncTool using run_sync_tool with this bundle.
-        Parquet and avro from other packages have already been shaded above-->
+
+        <!-- Parquet -->
         <dependency>
             <groupId>org.apache.parquet</groupId>
             <artifactId>parquet-avro</artifactId>
             <version>${parquet.version}</version>
             <scope>compile</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.avro</groupId>

Review Comment:
   Shouldn't we do the same for GCP bundle?



-- 
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: commits-unsubscribe@hudi.apache.org

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