This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.6 by this push:
new 29320d847 [HOTFIX] fix(build): Fix RAT issue in local build (#4466)
29320d847 is described below
commit 29320d84731ddd544345061746fafd5589a3ca19
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 9 20:22:45 2024 +0800
[HOTFIX] fix(build): Fix RAT issue in local build (#4466)
### What changes were proposed in this pull request?
Due to the Python Gravitino package name change, the RAT check will be
failed in local, so fixing the RAT check to make the build work.
### Why are the changes needed?
The RAT check is failed.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Exisiting tests.
Co-authored-by: Jerry Shao <[email protected]>
---
build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle.kts b/build.gradle.kts
index 13023bcd8..dbfd8099c 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -492,7 +492,7 @@ tasks.rat {
"ROADMAP.md",
"clients/client-python/.pytest_cache/*",
"clients/client-python/.venv/*",
- "clients/client-python/gravitino.egg-info/*",
+ "clients/client-python/apache_gravitino.egg-info/*",
"clients/client-python/gravitino/utils/exceptions.py",
"clients/client-python/gravitino/utils/http_client.py",
"clients/client-python/tests/unittests/htmlcov/*",