yuqi1129 commented on code in PR #10637:
URL: https://github.com/apache/gravitino/pull/10637#discussion_r3056974550


##########
docs/lance-rest-service.md:
##########
@@ -81,7 +81,8 @@ The Lance REST service provides comprehensive support for 
namespace management,
 | TableExists       | Check whether a table exists                             
                                                                                
                                          | POST        | 
`/lance/v1/table/{id}/exists`         | 1.1.0         |
 | RegisterTable     | Register an existing Lance table to a namespace          
                                                                                
                                          | POST        | 
`/lance/v1/table/{id}/register`       | 1.1.0         |
 | DeregisterTable   | Unregister a table from a namespace (metadata only, data 
remains)                                                                        
                                          | POST        | 
`/lance/v1/table/{id}/deregister`     | 1.1.0         |
-| CreateEmptyTable  | Declare a table and store the metadata without touching 
lance table data, for more, please refer to 
[doc](https://docs.lancedb.com/api-reference/rest/table/create-an-empty-table) 
| POST        | `/lance/v1/table/{id}/create-empty`   | 1.1.0         |
+| CreateEmptyTable  | **Deprecated**: Use `DeclareTable` instead. Declare a 
table and store the metadata without touching lance table data, for more, 
please refer to 
[doc](https://docs.lancedb.com/api-reference/rest/table/create-an-empty-table) 
| POST        | `/lance/v1/table/{id}/create-empty`   | 1.1.0         |
+| DeclareTable      | Declare a table and store the metadata without touching 
lance table data. This is the preferred replacement for `CreateEmptyTable`.     
                                           | POST        | 
`/lance/v1/table/{id}/declare`        | 1.1.0         |

Review Comment:
   The version should be 1.3.0



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