datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

Precedence bug with date comparison to date plus interval

Open andygrove opened this issue 3 years ago • 0 comments

Describe the bug

d3.d_date > d1.d_date + INTERVAL '5 days' fails with Int64 AND Boolean' can't be evaluated because there isn't a common type to coerce the types to

d3.d_date > (d1.d_date + INTERVAL '5 days') works

To Reproduce See above

Expected behavior None

Additional context None

andygrove avatar Sep 08 '22 23:09 andygrove