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 4e6ebba26cb0 chore: Exclude hudi-trino-plugin from RAT checks (#14067)
4e6ebba26cb0 is described below

commit 4e6ebba26cb097cb26cddcbb3958d99dda476320
Author: voonhous <[email protected]>
AuthorDate: Fri Oct 10 10:57:49 2025 +0800

    chore: Exclude hudi-trino-plugin from RAT checks (#14067)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 0db7b4a086c3..2381a4aa6481 100644
--- a/pom.xml
+++ b/pom.xml
@@ -614,6 +614,7 @@
               <!-- local files not in version control -->
               <exclude>**/*.iml</exclude>
               <exclude>.mvn/**</exclude>
+              <exclude>hudi-trino-plugin/**</exclude>
             </excludes>
           </configuration>
           <executions>

Reply via email to