nastra commented on code in PR #17846: URL: https://github.com/apache/iceberg/pull/17846#discussion_r3989661361
########## docs/docs/rest-protocol.md: ########## @@ -134,7 +134,9 @@ server either answers immediately with the completed result or returns a plan ID that the client polls until planning finishes. Large results are returned in batches of plan tasks that the client fetches separately. The client cancels a plan it no longer needs, and gives up after -`rest-scan-planning.poll-timeout-ms` (default 5 minutes). +`rest-scan-planning.poll-timeout-ms` (default 5 minutes) or +`rest-scan-planning.poll-num-retries` (default 10) poll attempts, whichever Review Comment: where did the docs go that you initially had? -- 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]
