You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Mike Seddon (Jira)" <ji...@apache.org> on 2021/02/08 21:21:00 UTC

[jira] [Commented] (ARROW-11535) [Rust][DataFusion] TPC-H Query 21

    [ https://issues.apache.org/jira/browse/ARROW-11535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281380#comment-17281380 ] 

Mike Seddon commented on ARROW-11535:
-------------------------------------

This has been added in https://github.com/apache/arrow/pull/9243 but will require a change like:

substring(c_phone from 1 for 2) 
to
substr(c_phone, 1, 2)


> [Rust][DataFusion] TPC-H Query 21
> ---------------------------------
>
>                 Key: ARROW-11535
>                 URL: https://issues.apache.org/jira/browse/ARROW-11535
>             Project: Apache Arrow
>          Issue Type: Sub-task
>          Components: Rust - DataFusion
>            Reporter: Daniƫl Heres
>            Priority: Major
>
> Fails with parser error for the syntax SUBSTRING(col FROM 1)
> Error: SQL(ParserError("Expected ), found: from"))



--
This message was sent by Atlassian Jira
(v8.3.4#803005)