feat: create materialized view API#6891
Conversation
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
I checked this against
|
- Java: add createMaterializedView to RestNamespace + DirectoryNamespace
(plus matching native bindings in lance-jni), bump
lance-namespace-core/apache-client to 0.7.7 so the new model types
are on the classpath.
- Python: pin lance-namespace>=0.7.7 since lance.namespace now imports
CreateMaterializedView{Request,Response}.
- RestAdapter: register POST /v1/materialized_view/:id/create and
forward to backend.create_materialized_view; without this an
in-process RestNamespace client would 404 on create.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Uh oh!
There was an error while loading. Please reload this page.