mchades opened a new pull request, #10998:
URL: https://github.com/apache/gravitino/pull/10998

   ### What changes were proposed in this pull request?
   
   This PR adds and refines view operations for Hive catalog.
   
   - Implement and organize view CRUD logic in `HiveViewCatalogOperations`.
   - Keep `HiveCatalogOperations` as a delegating entry for view operations.
   - Return explicit unsupported errors for unsupported dialect paths.
   - Update unit/integration tests for Hive catalog view behavior.
   
   ### Why are the changes needed?
   
   Hive catalog needs complete view operation support, and the view logic 
should be isolated to keep the main operations class maintainable.
   
   Fix: #10997
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes. Hive catalog view operations are supported, and unsupported dialect 
paths return explicit errors.
   
   ### How was this patch tested?
   
   - `./gradlew :catalogs:catalog-hive:test --tests 
org.apache.gravitino.catalog.hive.TestHiveCatalogOperations --tests 
org.apache.gravitino.catalog.hive.integration.test.CatalogHiveViewIT 
:catalogs:hive-metastore-common:test --tests 
org.apache.gravitino.hive.converter.TestHiveTableConverter 
-PskipDockerTests=false --no-daemon`


-- 
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]

Reply via email to