Brijeshthummar02 opened a new pull request, #6571: URL: https://github.com/apache/gravitino/pull/6571
**Title:** ``` [#6529 ] fix: Remove incorrect @VisibleForTesting annotation & apply Spotless formatting ``` * * * * * ### **What changes were proposed in this pull request?** - Removed incorrect `@VisibleForTesting` annotation from `ICEBERG_CATALOG_CACHE_ENABLED`. - Applied Spotless formatting to multiple files (`README.md`, `docs/`, `gradle-wrapper.properties`, `gradlew`). * * * * * ### **Why are the changes needed?** - The `@VisibleForTesting` annotation was incorrectly added to `ICEBERG_CATALOG_CACHE_ENABLED`, which is a public constant and does not require this annotation. - Spotless ensures code consistency and formatting, avoiding CI failures. * * * * * ### **Does this PR introduce *any* user-facing change?** No, this PR does not introduce any user-facing changes. It only includes formatting fixes and annotation removal. * * * * * ### **How was this patch tested?** - Ran `./gradlew :spark-connector:spark-common:spotlessApply` to format the code. - Verified changes using `git diff` to ensure only formatting and annotation removal. - Ensured that the CI check passes after applying the fixes. * * * * * ### **Fix Reference:** Fixes #6529\ Related PR: #6532 * * * * *  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
