tchivs opened a new pull request, #6667:
URL: https://github.com/apache/paimon/pull/6667

   ## Summary
   Add view support for JDBC Catalog, enabling CREATE VIEW, DROP VIEW, SHOW 
VIEWS, and other view operations.
   
   ## Changes
   - Add view method delegation to CachingCatalog
   - Implement view operations in JdbcCatalog (createView, getView, listViews, 
dropView, renameView, alterView)
   - Add view-related SQL utilities in JdbcUtils
   - Add comprehensive integration tests (JdbcCatalogViewITCase)
   - Add SQLite JDBC dependency for tests
   
   ## Test Results
   All 7 integration tests pass successfully:
   - testCreateAndQueryView
   - testShowViews
   - testDropView
   - testViewWithAggregation
   - testCreateViewIfNotExists
   - testDropViewIfExists
   - testShowCreateView
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


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