This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 35cbc6e chore: update src verify script (#387)
35cbc6e is described below
commit 35cbc6e35bfc575cce12cef4b0f68bf4985e35a1
Author: Shiyan Xu <[email protected]>
AuthorDate: Sun Jun 29 23:27:43 2025 -0500
chore: update src verify script (#387)
---
release/verify_src_release.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/release/verify_src_release.sh b/release/verify_src_release.sh
index 237e825..e44b861 100755
--- a/release/verify_src_release.sh
+++ b/release/verify_src_release.sh
@@ -108,7 +108,7 @@ find_binary_files() {
-not -path "*/test/data/*" \
-not -path "*/tests/data/*" \
-not -path "*/tests/table/*" \
- -not -name "*.json" -not -name "*.xml" \
+ -not -name "*.json" -not -name "*.avsc" -not -name "*.xml" \
-exec file -I '{}' \; |
grep -viE 'directory|text/'
}