Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃 GROUP BY name collisions #797

Closed
joocer opened this issue Jan 10, 2023 · 1 comment
Closed

馃 GROUP BY name collisions #797

joocer opened this issue Jan 10, 2023 · 1 comment
Labels
Bug 馃 Something isn't working

Comments

@joocer
Copy link
Contributor

joocer commented Jan 10, 2023

Thank you for taking the time to report a problem with Opteryx. To help us to respond to your request we ask that you try to provide the below detail about the bug.

Describe the bug A clear and specific description of what the bug is. What the error, incorrect or unexpected behaviour was.

Expected behaviour
A clear and concise description of what you expected to happen.

Sample Code/Statement
If you can, please submit the SQL statement or Python code snippet, or a representative example using the sample datasets.

SELECT COUNT(*) AS Missions, Company FROM space_missions.parquet GROUP BY Company ORDER BY Missions DESC

SqlError: SELECT statement contains multiple references to the same column, perhaps as aliases or with qualifiers.

Additional context
Add any other context about the problem here.

@joocer joocer added the Bug 馃 Something isn't working label Jan 10, 2023
@joocer
Copy link
Contributor Author

joocer commented Jan 11, 2023

using a sample dataset:

SELECT COUNT(*) AS planets, id FROM $planets GROUP BY id ORDER BY planets DESC

@joocer joocer closed this as completed Jan 11, 2023
joocer added a commit that referenced this issue Jan 11, 2023
joocer added a commit that referenced this issue Jan 11, 2023
joocer added a commit that referenced this issue Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 馃 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant