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
commit 91bac98bcc2d8b478a523bf0536259dbce223653 Author: Raymond Xu <[email protected]> AuthorDate: Fri Apr 22 20:59:49 2022 -0700 [HUDI-3950] add parquet-avro to gcp-bundle (#5399) --- packaging/hudi-gcp-bundle/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/hudi-gcp-bundle/pom.xml b/packaging/hudi-gcp-bundle/pom.xml index 54b4bbdd67..7ef13cd180 100644 --- a/packaging/hudi-gcp-bundle/pom.xml +++ b/packaging/hudi-gcp-bundle/pom.xml @@ -95,6 +95,7 @@ <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>
