We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Note: This issue was originally created as ARROW-10701. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered:
Neville Dipale / @nevi-me: Issue resolved by pull request 8745 #8745
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: