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

[Rust] [Datafusion] Benchmark sort_limit_query_sql fails because order by clause specifies column index instead of expression #26651

Closed
asfimport opened this issue Nov 23, 2020 · 1 comment

Comments

@asfimport
Copy link
Collaborator

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.

Reporter: Jörn Horstmann / @jhorstmann
Assignee: Jörn Horstmann / @jhorstmann

PRs and other links:

Note: This issue was originally created as ARROW-10701. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Neville Dipale / @nevi-me:
Issue resolved by pull request 8745
#8745

@asfimport asfimport added this to the 3.0.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant