FANNG1 commented on code in PR #9050:
URL: https://github.com/apache/gravitino/pull/9050#discussion_r2563755257
##########
iceberg/iceberg-rest-server/src/test/java/org/apache/gravitino/iceberg/service/rest/TestIcebergTableOperations.java:
##########
@@ -379,6 +435,20 @@ private Response doLoadTable(Namespace ns, String name) {
return getTableClientBuilder(ns, Optional.of(name)).get();
}
+ private Response doPlanTableScan(
+ Namespace ns,
+ String tableName,
+ PlanTableScanRequest request,
+ Optional<String> accessDelegation) {
+ Invocation.Builder builder = getTableClientBuilder(ns,
Optional.of(tableName + "/scan"));
+ if (accessDelegation.isPresent()) {
Review Comment:
Could you remove this?
--
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]