FANNG1 commented on code in PR #11060:
URL: https://github.com/apache/gravitino/pull/11060#discussion_r3262729038
##########
lance/lance-rest-server/src/main/java/org/apache/gravitino/lance/service/rest/LanceTableOperations.java:
##########
@@ -164,7 +163,7 @@ public Response createEmptyTable(
// conflict.
props.putAll(headerProps);
- CreateEmptyTableResponse response =
+ DeclareTableResponse response =
Review Comment:
seems we could remove the createEmptyTable in this version, since it's too
old and could't be used by old version (the response is changed from
`CreateEmptyTableResponse ` to `DeclareTableResponse `), WDYT?
--
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]