hesam-oxe commented on PR #11019:
URL: https://github.com/apache/gravitino/pull/11019#issuecomment-4601518006
@mchades Aligned both `View` and `ViewCatalog` with the Java API:
**view.py:**
✅ Added `columns()` method
✅ Added `default_catalog()` method
✅ Added `default_schema()` method
✅ Added `sql_for(dialect)` method
**view_catalog.py:**
✅ Updated `create_view()` to accept `columns`, `representations`,
`default_catalog`, `default_schema`, and `properties` — matching
the Java signature
Conflicts resolved. Ready for re-review! 🙏
--
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]