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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🪲 Duplicate columns in GROUP BY causes errors #870

Closed
joocer opened this issue Feb 15, 2023 · 1 comment
Closed

🪲 Duplicate columns in GROUP BY causes errors #870

joocer opened this issue Feb 15, 2023 · 1 comment
Labels
The Fuzz 👮 Bugs found by the Fuzzer

Comments

@joocer
Copy link
Contributor

joocer commented Feb 15, 2023

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

SELECT MAX(density)
  FROM $planets
 GROUP BY orbitalInclination, escapeVelocity, orbitalInclination, numberOfMoons, escapeVelocity, density

Additional context
Add any other context about the problem here.

@joocer joocer added Bug 🪲 The Fuzz 👮 Bugs found by the Fuzzer labels Feb 15, 2023
@joocer
Copy link
Contributor Author

joocer commented Feb 15, 2023

when this is fixed, the query fuzzer can be re-enabled

@joocer joocer closed this as completed Feb 15, 2023
joocer added a commit that referenced this issue Feb 15, 2023
joocer added a commit that referenced this issue Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
The Fuzz 👮 Bugs found by the Fuzzer
Projects
None yet
Development

No branches or pull requests

1 participant