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
I was building a query and found that commenting out a line within a group transform's pipeline caused a compiler error.
group
sort
take
This error might be related to other issues, but I figured I should note it here.
from a=TableA group { a.Col1 } ( sort a.Col2 take 1 )
N/A
No response
The text was updated successfully, but these errors were encountered:
PS PRQL remains ever-useful. I still get a lot of mileage from it, despite these hurdles. Thanks!
Sorry, something went wrong.
No branches or pull requests
What happened?
I was building a query and found that commenting out a line within a
group
transform's pipeline caused a compiler error.sort
andtake
) in the query below, the compiler workstake
is present (commenting out thesort
) the compiler workssort
is present, the compiler's error refers to Compiler Panic with group transforms #3870This error might be related to other issues, but I figured I should note it here.
PRQL input
SQL output
N/A
Expected SQL output
N/A
MVCE confirmation
Anything else?
No response
The text was updated successfully, but these errors were encountered: