This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch release/0.3.x
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
The following commit(s) were added to refs/heads/release/0.3.x by this push:
new 167be40 chore: fix src verify script (#279)
167be40 is described below
commit 167be408392428e91c1096d9b7620c63bdfab814
Author: Shiyan Xu <[email protected]>
AuthorDate: Thu Jan 30 02:13:38 2025 -0600
chore: fix src verify script (#279)
---
release/verify_src_release.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/release/verify_src_release.sh b/release/verify_src_release.sh
index 73a6b68..237e825 100755
--- a/release/verify_src_release.sh
+++ b/release/verify_src_release.sh
@@ -105,6 +105,7 @@ echo "<<< OK"
echo ">>> Verifying no binary files..."
find_binary_files() {
find . -type f \
+ -not -path "*/test/data/*" \
-not -path "*/tests/data/*" \
-not -path "*/tests/table/*" \
-not -name "*.json" -not -name "*.xml" \