Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
I probably introduced this bug some time ago, but there was another bug in the benchmark setup that caused the query to not be executed, only planned.
Datafusion should probably also support queries like
SELECT foo, bar
FROM table
ORDER BY 1, 2
But for now the easiest fix for the benchmark would be to specify the column name instead of the index.
Attachments
Issue Links
- links to