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
Describe the bug
Error messages of coercing temporal types have changed. cargo test fails with the error:
To Reproduce
run the slt tests
Expected behavior
error messages need to be updated.
Additional context
No response