andygrove commented on issue #163:
URL:
https://github.com/apache/arrow-datafusion/issues/163#issuecomment-1122964114
Latest failure:
```
Error: NotImplemented("Physical plan does not support logical expression
(Subquery: Projection: #SUM(partsupp.ps_supplycost * partsupp.ps_availqty) *
Float64(0.0001)\n Aggregate: groupBy=[[]], aggr=[[SUM(#partsupp.ps_supplycost
* #partsupp.ps_availqty)]]\n Filter: #nation.n_name = Utf8(\"GERMANY\")\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)")
t
```
--
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]