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] [Assigned] (ARROW-11525) [Rust][DataFusion] TPC-H Query 11

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

Daniël Heres reassigned ARROW-11525:
------------------------------------

    Assignee:     (was: Daniël Heres)

> [Rust][DataFusion] TPC-H Query 11
> ---------------------------------
>
>                 Key: ARROW-11525
>                 URL: https://issues.apache.org/jira/browse/ARROW-11525
>             Project: Apache Arrow
>          Issue Type: Sub-task
>          Components: Rust - DataFusion
>            Reporter: Daniël Heres
>            Priority: Major
>
> Needs subquery support.
> {{Error: NotImplemented("Unsupported ast node Subquery(Query \{ with: None, body: Select(Select { distinct: false, top: None, projection: [UnnamedExpr(BinaryOp { left: Function(Function { name: ObjectName([Ident { value: \"sum\", quote_style: None }]), args: [Unnamed(BinaryOp \{ left: Identifier(Ident { value: \"ps_supplycost\", quote_style: None }), op: Multiply, right: Identifier(Ident \{ value: \"ps_availqty\", quote_style: None }) })], over: None, distinct: false }), op: Multiply, right: Value(Number(\"0.0001\")) })], from: [TableWithJoins \{ relation: Table { name: ObjectName([Ident { value: \"partsupp\", quote_style: None }]), alias: None, args: [], with_hints: [] }, joins: [] }, TableWithJoins \{ relation: Table { name: ObjectName([Ident { value: \"supplier\", quote_style: None }]), alias: None, args: [], with_hints: [] }, joins: [] }, TableWithJoins \{ relation: Table { name: ObjectName([Ident { value: \"nation\", quote_style: None }]), alias: None, args: [], with_hints: [] }, joins: [] }], selection: Some(BinaryOp \{ left: BinaryOp { left: BinaryOp { left: Identifier(Ident { value: \"ps_suppkey\", quote_style: None }), op: Eq, right: Identifier(Ident \{ value: \"s_suppkey\", quote_style: None }) }, op: And, right: BinaryOp \{ left: Identifier(Ident { value: \"s_nationkey\", quote_style: None }), op: Eq, right: Identifier(Ident \{ value: \"n_nationkey\", quote_style: None }) } }, op: And, right: BinaryOp \{ left: Identifier(Ident { value: \"n_name\", quote_style: None }), op: Eq, right: Value(SingleQuotedString(\"GERMANY\")) } }), 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)