[jira] [Updated] (ARROW-10701) [Rust] [Datafusion] Benchmark sort_limit_query_sql fails because order by clause specifies column index instead of expression

2020-11-23 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-10701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated ARROW-10701:
---
Labels: pull-request-available  (was: )

> [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
>  Time Spent: 10m
>  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)


[jira] [Updated] (ARROW-10701) [Rust] [Datafusion] Benchmark sort_limit_query_sql fails because order by clause specifies column index instead of expression

2020-11-23 Thread Jira


 [ 
https://issues.apache.org/jira/browse/ARROW-10701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jörn Horstmann updated ARROW-10701:
---
Component/s: Rust - DataFusion
 Rust

> [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
>
> 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)