-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
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
append doesn't check column, column order matters #4724
Comments
Sorry for being slow, but could you explain in a bit more detail what the issue is? (An expected SQL output would be great) |
If you look at the last row it is "53 " and it shoudl be " 53". I should have chosen a better text than "*" I guess as it doesn't jump out. If it's possible, prql should probably inspect the columns and align them but if the column names are no available (select * clause) then it is not possible. I think the simplest solution would be to simply warn in the docs for append that the user must manually align the tables.
|
(I know this issue is old...) What database engine were you using? Assuming this was in the playground, DuckDB's docs on
I wonder if PRQL could support |
What happened?
I'm not sure if this is intentional or not.
PRQL input
SQL output
Expected SQL output
No response
MVCE confirmation
Anything else?
It works if you manually align the columns with a select. Might be intended not sure.
The text was updated successfully, but these errors were encountered: