You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andrew Lamb (Jira)" <ji...@apache.org> on 2021/04/26 13:29:03 UTC

[jira] [Closed] (ARROW-11529) [Rust][DataFusion] TPC-H Query 16

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

Andrew Lamb closed ARROW-11529.
-------------------------------
    Resolution: Invalid

> [Rust][DataFusion] TPC-H Query 16
> ---------------------------------
>
>                 Key: ARROW-11529
>                 URL: https://issues.apache.org/jira/browse/ARROW-11529
>             Project: Apache Arrow
>          Issue Type: Sub-task
>          Components: Rust - DataFusion
>            Reporter: Daniƫl Heres
>            Priority: Major
>
> IN (Subquery) in (WHERE) expression support is missing.
> {{Error: NotImplemented("Unsupported ast node InSubquery \{ expr: Identifier(Ident { value: \"ps_suppkey\", quote_style: None }), subquery: Query \{ with: None, body: Select(Select { distinct: false, top: None, projection: [UnnamedExpr(Identifier(Ident { value: \"s_suppkey\", quote_style: None }))], from: [TableWithJoins \{ relation: Table { name: ObjectName([Ident { value: \"supplier\", quote_style: None }]), alias: None, args: [], with_hints: [] }, joins: [] }], selection: Some(BinaryOp \{ left: Identifier(Ident { value: \"s_comment\", quote_style: None }), op: Like, right: Value(SingleQuotedString(\"%Customer%Complaints%\")) }), group_by: [], having: None }), order_by: [], limit: None, offset: None, fetch: None }, negated: true } in sqltorel")}}



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