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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to