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

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

commit 216701dc4f880c02b1665ab12a7a464975c8782f
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 7978a284389c..b6379c45ef9f 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