roryqi commented on code in PR #10842:
URL: https://github.com/apache/gravitino/pull/10842#discussion_r3128167531
##########
iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/rest/IcebergTableOperations.java:
##########
@@ -493,7 +493,7 @@ public Response getTableCredentials(
* @return Response containing the scan plan with tasks
*/
@POST
- @Path("{table}/scan")
+ @Path("{table}/plan")
Review Comment:
scan is wrong path. We shouldn't use `scan`.
--
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]