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

yihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 31904acd2a1d fix(build): exclude bundled Avro from the DataHub sync 
bundle (#19814)
31904acd2a1d is described below

commit 31904acd2a1d3a215b6bd12e73fb81c9423a71e8
Author: Y Ethan Guo <[email protected]>
AuthorDate: Wed Sep 2 11:51:44 2026 -0700

    fix(build): exclude bundled Avro from the DataHub sync bundle (#19814)
---
 packaging/hudi-datahub-sync-bundle/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/packaging/hudi-datahub-sync-bundle/pom.xml 
b/packaging/hudi-datahub-sync-bundle/pom.xml
index 8e3a514db634..7fdab5559ca9 100644
--- a/packaging/hudi-datahub-sync-bundle/pom.xml
+++ b/packaging/hudi-datahub-sync-bundle/pom.xml
@@ -106,6 +106,15 @@
                     <exclude>**/*.proto</exclude>
                   </excludes>
                 </filter>
+                <filter>
+                  <artifact>io.acryl:datahub-client-java8</artifact>
+                  <includes>
+                    <include>**</include>
+                  </includes>
+                  <excludes>
+                    <exclude>org/apache/avro/**</exclude>
+                  </excludes>
+                </filter>
               </filters>
               <finalName>${project.artifactId}-${project.version}</finalName>
             </configuration>

Reply via email to