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:32:29 UTC

[GitHub] [arrow-datafusion] andygrove commented on issue #171: TPC-H Query 20

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

   Latest failure:
   
   ```
   Error: NotImplemented("Physical plan does not support logical expression (Subquery: Projection: Float64(0.5) * #SUM(lineitem.l_quantity)\n  Aggregate: groupBy=[[]], aggr=[[SUM(#lineitem.l_quantity)]]\n    Filter: #lineitem.l_partkey = #partsupp.ps_partkey AND #lineitem.l_suppkey = #partsupp.ps_suppkey AND #lineitem.l_shipdate >= CAST(Utf8(\"1994-01-01\") AS Date32) AND #lineitem.l_shipdate < Utf8(\"date 1994-01-01\") + IntervalYearMonth(\"12\")\n      TableScan: lineitem 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: github-unsubscribe@arrow.apache.org

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