-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add clickbench queries to sqllogictest coverage #6836
Conversation
SELECT "AdvEngineID", COUNT(*) FROM hits WHERE "AdvEngineID" <> 0 GROUP BY "AdvEngineID" ORDER BY COUNT(*) DESC; | ||
---- | ||
|
||
# https://github.com/apache/arrow-datafusion/issues/6790 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are fixed by #6827
Co-authored-by: Daniël Heres <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we rename datafusion/core/tests/data/clickbench_hits_10.parqet as well to parquet
? Otherwise looks good :)
oh man, of course |
* Add clickbench queries to sqllogictest coverage * rowsort * Update datafusion/core/tests/sqllogictests/test_files/clickbench.slt Co-authored-by: Daniël Heres <[email protected]> * fix typo -- 🤦 * Update queries now that they pass --------- Co-authored-by: Daniël Heres <[email protected]>
* Add clickbench queries to sqllogictest coverage * rowsort * Update datafusion/core/tests/sqllogictests/test_files/clickbench.slt Co-authored-by: Daniël Heres <[email protected]> * fix typo -- 🤦 * Update queries now that they pass --------- Co-authored-by: Daniël Heres <[email protected]>
Which issue does this PR close?
Related to #6790
Closes #6790 (via test)
Rationale for this change
I would like test coverage for changes in #6827 (especially as it caused a regression that we didn't catch)
I also would like to ensure we don't break clickbench again
What changes are included in this PR?
Are these changes tested?
They are ONLY tests
Are there any user-facing changes?
No