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
from {}
When using from {} or from [] the compiler crashes.
from []
The application panicked (crashed). Message: called `Option::unwrap()` on a `None` value Location: prqlc/prqlc/src/semantic/resolver/functions.rs:279
-- None
No response
The text was updated successfully, but these errors were encountered:
#4538 created to temporarily prevent crash
now this input returns: Error: internal compiler error; tracked at https://github.com/PRQL/prql/issues/4317
Error: internal compiler error; tracked at https://github.com/PRQL/prql/issues/4317
Sorry, something went wrong.
fix: prevent panic for issues #4474 and #4317 (#4538)
6f711de
Co-authored-by: Maximilian Roos <[email protected]>
No branches or pull requests
What happened?
When using
from {}
orfrom []
the compiler crashes.PRQL input
SQL output
-- None
Expected SQL output
No response
MVCE confirmation
Anything else?
No response
The text was updated successfully, but these errors were encountered: