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