Jörn Horstmann created ARROW-10701:
--------------------------------------

             Summary: [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
            Reporter: Jörn Horstmann


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)

Reply via email to