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

🪲 [Fuzzer] ORDER BY and DISTINCT on different columns returns too many rows #2347

Open
joocer opened this issue Feb 3, 2025 · 0 comments
Labels
Bug 🪲 Something isn't working The Fuzz 👮 Bugs found by the Fuzzer

Comments

@joocer
Copy link
Contributor

joocer commented Feb 3, 2025

Thank you for taking the time to report a problem with Opteryx.

To help us respond to your request, please provide the following details about the bug.

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

SELECT DISTINCT planetId FROM $satellites WHERE planetId <= 1009708.519 ORDER BY name ASC 
@joocer joocer added Bug 🪲 Something isn't working The Fuzz 👮 Bugs found by the Fuzzer labels Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🪲 Something isn't working The Fuzz 👮 Bugs found by the Fuzzer
Projects
None yet
Development

No branches or pull requests

1 participant