-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Error messages of coercing temporal types have changed. cargo test fails with the error:
[interval.slt] Running query: "select '1 month'::interval - '1980-01-01'::date;"
Error: query is expected to fail with error:
DataFusion error: Error during planning: interval can't subtract timestamp/date
but got error:
DataFusion error: type_coercion
caused by
Error during planning: interval can't subtract timestamp/date
[SQL] select '1 month'::interval - '1980-01-01'::date;
at tests/sqllogictests/test_files/interval.slt:330
To Reproduce
run the slt tests
Expected behavior
error messages need to be updated.
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working