bbiiaaoo commented on code in PR #10637:
URL: https://github.com/apache/gravitino/pull/10637#discussion_r3055276333
##########
lance/lance-common/src/main/java/org/apache/gravitino/lance/common/ops/LanceTableOperations.java:
##########
@@ -69,6 +67,7 @@ CreateTableResponse createTable(
* @param tableProperties the properties of the table
* @return the response of the create table operation
*/
+ @SuppressWarnings("deprecation")
CreateEmptyTableResponse createEmptyTable(
Review Comment:
Thanks for the reminder, you are absolutely right.
`createEmptyTable` is deprecated in lance-namespace 0.4.5, and
`declareTable` is the preferred API now. We plan to add `declareTable` support
in the next commit, while keeping `create-empty` for backward compatibility
with existing clients.
--
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]