yuqi1129 commented on code in PR #12409: URL: https://github.com/apache/gravitino/pull/12409#discussion_r3756016683
########## docs/lance-rest-service.md: ########## @@ -60,28 +60,28 @@ The Lance REST service acts as a bridge between Lance datasets and applications: - Full compliance with Lance REST API specification - Can run standalone or integrated with Gravitino server - Support for namespace and table management -- Index creation and management capabilities (Index operations are not supported in version 1.1.0) +- Index creation and management capabilities (Index operations are not supported yet) - Metadata stored in Gravitino for unified governance Review Comment: Fixed in c212aef. Checked `LanceNamespaceOperations` and `LanceTableOperations`: there is no index endpoint at all, so the claim was wrong in both places. - Dropped the "Index creation and management capabilities" bullet from Key Features. - Reworded the Supported Operations intro to "namespace management and table management. Index operations are not supported yet." -- 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]
