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


##########
lance/lance-common/src/main/java/org/apache/gravitino/lance/common/ops/gravitino/GravitinoLanceNamespaceWrapper.java:
##########
@@ -525,7 +522,8 @@ public ListTablesResponse listTables(
   }
 
   @Override
-  public DescribeTableResponse describeTable(String tableId, String delimiter) 
{
+  public DescribeTableResponse describeTable(String tableId, String delimiter, 
Long version) {
+    // TODO Currently we do not support versioned table description.

Review Comment:
   That means we will ignore the version value and always return the latest 
version. 
   
   According to the docs: 
https://lancedb.github.io/lance/format/namespace/operations/describe-table/#description
   
   > Version of the table to describe.
               If not specified, server should resolve it to the latest version.



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