codope commented on code in PR #6472:
URL: https://github.com/apache/hudi/pull/6472#discussion_r976268767
##########
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:
You're right. The same reasoning should apply to gcp bundle as well.
HUDI-4889 to track.
I am targeting it for 0.13.0 for the lack of time to test the changes right
now.
--
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]