rahulsmahadev opened a new pull request, #15863:
URL: https://github.com/apache/iceberg/pull/15863
▎ Summary
▎ - Add configurable rest-scan-planning.poll-timeout-ms catalog property
to control the maximum wait time when polling for async scan planning results
in RESTTableScan
▎ - Previously hardcoded to 5 minutes, which may not suit all environments
(e.g., long-running plans or fast-fail scenarios)
▎ - Default remains 5 minutes for backward compatibility
▎ Test plan
▎ - Added asyncPlanningRespectsConfigurablePollTimeout test in
TestRESTScanPlanning that sets a 1ms timeout against a server that never
completes planning, verifying the poll loop respects the configured value
--
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]