You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by xu...@apache.org on 2022/04/24 05:22:00 UTC

[hudi] branch release-0.11.0 updated: Revert "[HUDI-3950] add parquet-avro to gcp-bundle (#5399)"

This is an automated email from the ASF dual-hosted git repository.

xushiyan pushed a commit to branch release-0.11.0
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/release-0.11.0 by this push:
     new 51556d13bf Revert "[HUDI-3950] add parquet-avro to gcp-bundle (#5399)"
51556d13bf is described below

commit 51556d13bf2b5b97c43b9f43f2be16546ea829a0
Author: Raymond Xu <xu...@gmail.com>
AuthorDate: Sun Apr 24 13:02:38 2022 +0800

    Revert "[HUDI-3950] add parquet-avro to gcp-bundle (#5399)"
    
    This reverts commit 91bac98bcc2d8b478a523bf0536259dbce223653.
---
 packaging/hudi-gcp-bundle/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/packaging/hudi-gcp-bundle/pom.xml b/packaging/hudi-gcp-bundle/pom.xml
index 7ef13cd180..54b4bbdd67 100644
--- a/packaging/hudi-gcp-bundle/pom.xml
+++ b/packaging/hudi-gcp-bundle/pom.xml
@@ -95,7 +95,6 @@
                   <include>org.apache.hudi:hudi-hadoop-mr</include>
                   <include>org.apache.hudi:hudi-sync-common</include>
                   <include>org.apache.hudi:hudi-gcp</include>
-                  <include>org.apache.parquet:parquet-avro</include>
 
                   <include>com.google.cloud:google-cloud-bigquery</include>
                   <include>com.beust:jcommander</include>