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 2022/05/10 22:29:33 UTC

[GitHub] [arrow-datafusion] andygrove commented on issue #159: TPC-H Query 2

andygrove commented on issue #159:
URL: https://github.com/apache/arrow-datafusion/issues/159#issuecomment-1122962571

   Latest failure:
   
   ```
   Error: NotImplemented("Physical plan does not support logical expression (Subquery: Projection: #MIN(partsupp.ps_supplycost)\n  Aggregate: groupBy=[[]], aggr=[[MIN(#partsupp.ps_supplycost)]]\n    Filter: #part.p_partkey = #partsupp.ps_partkey AND #region.r_name = Utf8(\"EUROPE\")\n      Inner Join: #nation.n_regionkey = #region.r_regionkey\n        Inner Join: #supplier.s_nationkey = #nation.n_nationkey\n          Inner Join: #partsupp.ps_suppkey = #supplier.s_suppkey\n            TableScan: partsupp projection=None\n            TableScan: supplier projection=None\n          TableScan: nation projection=None\n        TableScan: region projection=None)")
   ```


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

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