We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Found from TPCH test.
DataFusion error: Arrow error: Parser error: Invalid input syntax for type interval: "0 YEARS 3 MONS 0 DAYS 0 HOURS 0 MINS 0.000000000 SECS seconds"
DataFusion will unparse an interval value to a full interval literal but Datafusion can't parse this result.
To Reproduce
wren-engine/wren-modeling-rs/sqllogictest/test_files/tpch/q15.slt.part
Lines 19 to 21 in 32f3f63
The text was updated successfully, but these errors were encountered:
It would be fixed by apache/arrow-rs#6006 and apache/datafusion#12032
Sorry, something went wrong.
solved by #802
No branches or pull requests
Describe the bug
Found from TPCH test.
DataFusion will unparse an interval value to a full interval literal but Datafusion can't parse this result.
To Reproduce
wren-engine/wren-modeling-rs/sqllogictest/test_files/tpch/q15.slt.part
Lines 19 to 21 in 32f3f63
The text was updated successfully, but these errors were encountered: