jerryshao commented on code in PR #9016:
URL: https://github.com/apache/gravitino/pull/9016#discussion_r2494042266
##########
lance/lance-common/src/main/java/org/apache/gravitino/lance/common/ops/gravitino/GravitinoLanceNamespaceWrapper.java:
##########
@@ -525,7 +528,14 @@ public ListTablesResponse listTables(
}
@Override
- public DescribeTableResponse describeTable(String tableId, String delimiter)
{
+ public DescribeTableResponse describeTable(
Review Comment:
I would suggest you to split this file into small ones according to the
different operations. As you continue to add more operations, this file will be
too large to maintain.
--
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]