nevzheng commented on PR #12132: URL: https://github.com/apache/gravitino/pull/12132#issuecomment-5050965914
@lasdf1234 Done in 391ec3d14. I separated the functions by Gradle module rather than creating several small Java subpackages: the user-facing reference contract remains in `api`, while the provider SPI, exceptions, and reusable test contracts moved to `common`. The Java package remains cohesive, following the existing credential precedent where `Credential` is in `api` and `CredentialProvider` is in `common` under the same `org.apache.gravitino.credential` package. Concrete providers can use provider-specific subpackages. -- 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]
