You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Daniël Heres (Jira)" <ji...@apache.org> on 2021/02/06 11:18:00 UTC

[jira] [Updated] (ARROW-11530) [Rust][DataFusion] TPC-H Query 17

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

Daniël Heres updated ARROW-11530:
---------------------------------
    Summary: [Rust][DataFusion] TPC-H Query 17  (was: ARROW-11529 - [Rust][DataFusion] TPC-H Query 17)

> [Rust][DataFusion] TPC-H Query 17
> ---------------------------------
>
>                 Key: ARROW-11530
>                 URL: https://issues.apache.org/jira/browse/ARROW-11530
>             Project: Apache Arrow
>          Issue Type: Sub-task
>          Components: Rust - DataFusion
>            Reporter: Daniël Heres
>            Priority: Major
>
> Subquery in (WHERE) expression support is missing.
> {{Error: NotImplemented("Unsupported ast node Subquery(Query \{ with: None, body: Select(Select { distinct: false, top: None, projection: [UnnamedExpr(BinaryOp { left: Value(Number(\"0.2\")), op: Multiply, right: Function(Function { name: ObjectName([Ident { value: \"avg\", quote_style: None }]), args: [Unnamed(Identifier(Ident \{ value: \"l_quantity\", quote_style: None }))], over: None, distinct: false }) })], from: [TableWithJoins \{ relation: Table { name: ObjectName([Ident { value: \"lineitem\", quote_style: None }]), alias: None, args: [], with_hints: [] }, joins: [] }], selection: Some(BinaryOp \{ left: Identifier(Ident { value: \"l_partkey\", quote_style: None }), op: Eq, right: Identifier(Ident \{ value: \"p_partkey\", quote_style: None }) }), group_by: [], having: None }), order_by: [], limit: None, offset: None, fetch: None }) in sqltorel")}}



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