Skip to content

VTX-7456 Add support for temporal data types in interval arithmetics#280

Open
ch-sc wants to merge 22 commits intov39from
vtx-7456-eval-nullable-interval-bounds
Open

VTX-7456 Add support for temporal data types in interval arithmetics#280
ch-sc wants to merge 22 commits intov39from
vtx-7456-eval-nullable-interval-bounds

Conversation

@ch-sc
Copy link

@ch-sc ch-sc commented Dec 19, 2024

Which issue does this PR close?

When evaluating column boundaries of filter predicates datafusion only supports non-null intervals.

However, in DQE we convert eq operators into IsNotDistinctFrom operators which support null values and, subsequently, have nullable column bounds. This PR tries to handle this issue by converting between these two interval types.

Closes #.

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

@ch-sc ch-sc changed the base branch from main to v39 December 19, 2024 13:34
@ch-sc ch-sc changed the title VTX-7456 eval nullable interval bounds VTX-7456 eval nullable column bounds Dec 19, 2024
@github-actions github-actions bot added the core label Jan 30, 2025
@ch-sc ch-sc changed the title VTX-7456 eval nullable column bounds VTX-7456 Add support for temporal data types in interval arithmetics Jan 30, 2025
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