You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/04/26 13:29:00 UTC

[GitHub] [arrow-datafusion] alamb opened a new issue #168: TPC-H Query 17

alamb opened a new issue #168:
URL: https://github.com/apache/arrow-datafusion/issues/168


   *Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11530
   
   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org