-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TPC-H Query 2 #159
Labels
datafusion
Changes in the datafusion crate
Milestone
Comments
22 tasks
Latest failure:
|
Resolved in this branch which I am getting ready for PR.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11520
{{Missing subquery support.}}
{{Full error:}}
{{Error: NotImplemented("Unsupported ast node Subquery(Query { with: None, body: Select(Select { distinct: false, top: None, projection: [UnnamedExpr(Function(Function { name: ObjectName([Ident { value: "min", quote_style: None }]), args: [Unnamed(Identifier(Ident { value: "ps_supplycost", quote_style: None }))], over: None, distinct: false }))], 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: [] }, TableWithJoins { relation: Table { name: ObjectName([Ident { value: "region", quote_style: None }]), alias: None, args: [], with_hints: [] }, joins: [] }], selection: Some(BinaryOp { left: BinaryOp { left: BinaryOp { left: BinaryOp { left: BinaryOp { left: Identifier(Ident { value: "p_partkey", quote_style: None }), op: Eq, right: Identifier(Ident { value: "ps_partkey", quote_style: None }) }, op: And, right: BinaryOp { left: Identifier(Ident { value: "s_suppkey", quote_style: None }), op: Eq, right: Identifier(Ident { value: "ps_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_regionkey", quote_style: None }), op: Eq, right: Identifier(Ident { value: "r_regionkey", quote_style: None }) } }, op: And, right: BinaryOp { left: Identifier(Ident { value: "r_name", quote_style: None }), op: Eq, right: Value(SingleQuotedString("EUROPE")) } }), group_by: [], having: None }), order_by: [], limit: None, offset: None, fetch: None }) in sqltorel")}}
The text was updated successfully, but these errors were encountered: