[
https://issues.apache.org/jira/browse/ARROW-10701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Neville Dipale resolved ARROW-10701.
------------------------------------
Fix Version/s: 3.0.0
Resolution: Fixed
Issue resolved by pull request 8745
[https://github.com/apache/arrow/pull/8745]
> [Rust] [Datafusion] Benchmark sort_limit_query_sql fails because order by
> clause specifies column index instead of expression
> -----------------------------------------------------------------------------------------------------------------------------
>
> Key: ARROW-10701
> URL: https://issues.apache.org/jira/browse/ARROW-10701
> Project: Apache Arrow
> Issue Type: Bug
> Components: Rust, Rust - DataFusion
> Reporter: Jörn Horstmann
> Assignee: Jörn Horstmann
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)