You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The inner join will pull up non-equal conditions to utilize the vectorized filter, but it will cause the join fails to be transformed into an interval join.
Describe the bug
The inner join will pull up non-equal conditions to utilize the vectorized filter, but it will cause the join fails to be transformed into an interval join.
To Reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: