diqiu50 opened a new pull request, #12010: URL: https://github.com/apache/gravitino/pull/12010
### What type of PR is it? Improvement ### What does this PR do? Adds a `default String normalizeName(Scope scope, String name)` method to `Capability`, and updates `CapabilityHelpers` to call it instead of hardcoding a lowercase fold. This lets catalogs override normalization for case sensitivity behavior that isn't a simple lowercase fold (e.g. uppercase-by-default catalogs, or ones supporting both quoted case-sensitive and unquoted case-insensitive forms). ### Related issues #12009 ### Does this PR introduce any user-facing change? No ### How was this patch tested? `./gradlew :core:test --tests "org.apache.gravitino.connector.capability.TestCapability"` -- 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]
