Skip to content

Precedence bug with date comparison to date plus interval #3408

@andygrove

Description

@andygrove

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions