Skip to content

Conversation

jeffhwang-sq
Copy link
Collaborator

@jeffhwang-sq jeffhwang-sq commented May 7, 2025

The changes involve modifications to the range-handling logic, allowing Backfila to process start and end range to be non-numeric values.

This change addresses a discussion raised in Slack. The backfill at Backfila #17385 uses Jooq backfills. Depending on the specific type of backfill, we want to support non-numerical range values and delegate range validation to the corresponding backfill operator. For instance, the StaticDatasourceBackfillOperator will enforce that ranges are numerical.

Will save this for Mike to review

@jeffhwang-sq jeffhwang-sq force-pushed the jhwang/enable-non-number-for-range branch from da83002 to d0a547a Compare May 7, 2025 18:25
@jeffhwang-sq jeffhwang-sq requested a review from mpawliszyn May 7, 2025 18:27
@jeffhwang-sq jeffhwang-sq marked this pull request as ready for review May 7, 2025 18:27
Copy link
Collaborator

@mpawliszyn mpawliszyn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, this is right. There is an assumption here around being utf8 encoded but this retains the existing functionality of the old UI.

@mpawliszyn mpawliszyn merged commit 6152e21 into master May 12, 2025
5 checks passed
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.

2 participants