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
foo[1:2]
0.46
As reported by @tisonkun in #1215 (comment)
This query ran in version 0.45.0
0.45.0
select make_array(1, 2, 3)[1:2], make_array(1.0, 2.0, 3.0)[2:3], make_array('h', 'e', 'l', 'l', 'o')[2:4];
The query fails in version 0.46.0
0.46.0
External error: query failed: DataFusion error: SQL error: ParserError("Expected variant object key name, found: 2")
It appears to have been introduced in #1215
@jmhain 's analysis is #1215 (comment)
The text was updated successfully, but these errors were encountered:
This was fixed in 0.47: #1290
Sorry, something went wrong.
No branches or pull requests
As reported by @tisonkun in #1215 (comment)
This query ran in version
0.45.0
The query fails in version
0.46.0
External error: query failed: DataFusion error: SQL error: ParserError("Expected variant object key name, found: 2")
It appears to have been introduced in #1215
@jmhain 's analysis is #1215 (comment)
The text was updated successfully, but these errors were encountered: