yuqi1129 commented on code in PR #9201:
URL: https://github.com/apache/gravitino/pull/9201#discussion_r2563642171
##########
lance/lance-common/src/main/java/org/apache/gravitino/lance/common/ops/LanceTableOperations.java:
##########
@@ -94,4 +95,22 @@ RegisterTableResponse registerTable(
* @return the response of the deregister table operation
*/
DeregisterTableResponse deregisterTable(String tableId, String delimiter);
+
+ /**
+ * Check if a table exists.
+ *
+ * @param tableId table ids are in the format of
"{namespace}{delimiter}{table_name}"
+ * @param delimiter the delimiter used in the namespace
+ * @return true if the table exists, false otherwise
+ */
+ boolean tableExists(String tableId, String delimiter);
Review Comment:
This is the Lance REST specs, which is diffenrent from the behaviour of
Gravitino.
--
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]