diqiu50 opened a new pull request, #10719: URL: https://github.com/apache/gravitino/pull/10719
### What changes were proposed in this pull request? Add the `catalog-glue` Gradle module with stub classes and build system registration: - `GlueCatalog` (`provider=glue`), `GlueCatalogOperations`, properties metadata, and capability stubs - `aws-glue` library alias in `gradle/libs.versions.toml` - Module registration in `settings.gradle.kts` and `copyCatalogLibAndConfigs` in root `build.gradle.kts` - `META-INF/services` CatalogProvider entry ### Why are the changes needed? Fix: #10718 ### Does this PR introduce _any_ user-facing change? No. All new classes are stubs; no runtime behavior is added. ### How was this patch tested? `./gradlew :catalogs:catalog-glue:build -x test` -- 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]
