You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jörn Horstmann (Jira)" <ji...@apache.org> on 2020/11/23 15:13:00 UTC

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

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