This is an automated email from the ASF dual-hosted git repository.
leborchuk pushed a commit to branch REL_2_STABLE
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/REL_2_STABLE by this push:
new bcbe7115af2 Add new yezzey files to RAT exceptions (#1955)
bcbe7115af2 is described below
commit bcbe7115af26063c6a5d617340bf8397be508dee
Author: Leonid <[email protected]>
AuthorDate: Thu Sep 3 14:58:20 2026 +0300
Add new yezzey files to RAT exceptions (#1955)
We have added some files to yezzey project and increased used version in
Apache Cloudberry project. Need to fix also RAT check since that files
are from other repo and local RAT check now fails with errors.
Co-authored-by: Leonid Borchuk <[email protected]>
---
pom.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/pom.xml b/pom.xml
index 25efaabd6fe..a3b99aff02c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1487,6 +1487,18 @@ code or new licensing patterns.
<exclude>gpcontrib/yezzey/yezzey.h</exclude>
<exclude>gpcontrib/yezzey/yezzey/devops/packaging/ubuntu/script/build_cloudberry_deb.sh</exclude>
<exclude>gpcontrib/yezzey/ystat.h</exclude>
+ <exclude>gpcontrib/yezzey/Makefile.tidy</exclude>
+ <exclude>gpcontrib/yezzey/docker/format/run-format.sh</exclude>
+ <exclude>gpcontrib/yezzey/docker/format/Dockerfile</exclude>
+ <exclude>gpcontrib/yezzey/test/relpath_parse_test.cpp</exclude>
+ <exclude>gpcontrib/yezzey/include/relfilelocator.h</exclude>
+ <exclude>gpcontrib/yezzey/include/relpath_parse.h</exclude>
+ <exclude>gpcontrib/yezzey/include/scope_guard.h</exclude>
+ <exclude>gpcontrib/yezzey/Makefile.fmt</exclude>
+ <exclude>gpcontrib/yezzey/.gitmodules</exclude>
+ <exclude>gpcontrib/yezzey/.clang-format</exclude>
+ <exclude>gpcontrib/yezzey/.clang-tidy</exclude>
+ <exclude>gpcontrib/yezzey/.github/workflows/format.yml</exclude>
<exclude>gpcontrib/gp_relsizes_stats/Makefile</exclude>
<exclude>gpcontrib/gp_relsizes_stats/.clang-format</exclude>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]