rahil-c commented on code in PR #9695:
URL: https://github.com/apache/iceberg/pull/9695#discussion_r1689259650
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -3647,6 +3818,176 @@ components:
type: integer
description: "List of equality field IDs"
+ PreplanTableRequest:
Review Comment:
@rdblue I think preplan on single snapshot was seen to have value of
breaking up the work into multiple plan tasks as clients can parallelize the
work of obtaining the file scan tasks.
I would assume an incremental scan is the above process but now doing this
distributing of work on multiple snapshots so I would assume this would also be
valuable.
> This has a few implications, like whether we should call plan first
I dont think in general in this protocol so far( for both snapshot scan or
incremetal scan) we gave clear instructions of whether clients should be
calling `plan` or `preplan` first. I would assume clients can choose to call
`plan` first and if there is an issue they would receive the `421` or `422`
error instructing clients to call `preplan` before `plan`.
--
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]