-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When performing queries such as:
select date '1994-01-01' + interval '1' month as date;
I observe the following error:
`Err` value: "Execution(\"DateIntervalExpr does not support IntervalYearMonth\") at Optimizing logical plan for...
To Reproduce
Run the above query.
Expected behavior
1994-02-01
Additional context
Impact: Missing the month & year intervals are causing the TPC-H benchmarks to fail.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working