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
preprocess::reorder panicked on 1.82.0. (1.80.0 is ok).
See 1.81 new feature: https://blog.rust-lang.org/2024/09/05/Rust-1.81.0.html#new-sort-implementations
from foo filter true sort {} derive a = 1 derive b = 1 filter true select { n1 = n1 + 1, n2 = n2 + 1, n3 = n3 + 1, n4 = n4 + 1, n5 = n5 + 1, n6 = n6 + 1, n7 = n7 + 1, n8 = n8 + 1, n9 = n9 + 1, n10 = n10 + 1, n11 = n11 + 1, } take 1 sort {}
Message: user-provided comparison function does not correctly implement a total order Location: core/src/slice/sort/shared/smallsort.rs:860
No response
The text was updated successfully, but these errors were encountered:
Thanks! I think we should be able to fix, I'll have a look.
Sorry, something went wrong.
@max-sixty @echou Using PRQL compiler version:0.13.2-61-gd05b6bd8 (current main), I have a couple weird observations:
PRQL compiler version:0.13.2-61-gd05b6bd8
main
nX = nX+1
No branches or pull requests
What happened?
preprocess::reorder panicked on 1.82.0. (1.80.0 is ok).
See 1.81 new feature:
https://blog.rust-lang.org/2024/09/05/Rust-1.81.0.html#new-sort-implementations
PRQL input
SQL output
Expected SQL output
No response
MVCE confirmation
Anything else?
No response
The text was updated successfully, but these errors were encountered: