Skip to content

Conversation

jeffhwang-sq
Copy link
Collaborator

@jeffhwang-sq jeffhwang-sq commented Apr 17, 2025

Revamp S3 range validation with detailed message and allow 0 as the range start value.

For S3 Backfills -
The range isn’t actually defaulting to 0 — what’s happening is that it’s cloning the values from the previous run. For example, this run has a range of 0 to null. So when cloned, the start value of 0 gets copied over. On the other hand, this run has both start and end as null, so those values are cloned instead.

This means that if a previous run had a start value of 0, and the user selects RESTART, that 0 will be reused — which can will cause errors for S3 since valid range should not be there. To avoid this, We want to support a start value of 0 for S3 backfills.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant