rahil-c commented on code in PR #9695:
URL: https://github.com/apache/iceberg/pull/9695#discussion_r1731901427
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -1463,6 +1673,14 @@ components:
type: string
example: "sales"
+ id:
Review Comment:
makes sense will fix.
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -2774,6 +3014,60 @@ components:
additionalProperties:
type: string
+ PlanTableResult:
+ type: object
+ description: If the plan has not finished return a `plan-id`.
+ If finished, the response will contain a list of `FileScanTask`, a
list of `PlanTask`, or both.
+ properties:
+ file-scan-tasks:
+ type: array
+ items:
+ $ref: '#/components/schemas/FileScanTask'
+ plan-tasks:
+ type: array
+ items:
+ $ref: '#/components/schemas/PlanTask'
+ plan-id:
+ description: id used to track progress of the plan
+ type: string
+
+ GetTasksStatusResult:
+ type: object
+ description: If the plan has not finished return a `plan-status`.
Review Comment:
will fix
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]