hililiwei opened a new pull request, #7435: URL: https://github.com/apache/iceberg/pull/7435
When reading incremental data (Spark) using `start_timestamp` and `end_timestamp`, the task will fail if no new data during this time. Sometimes, these two variables are automatically passed in by the scheduler and periodically submit Spark job. During this period, there may be no new data generated in the table. Might it be better to return an empty result instead? -- 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]
