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:33:04 UTC

[GitHub] [arrow-datafusion] andygrove commented on issue #172: TPC-H Query 21

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

   Latest failure:
   
   ```
   Error: NotImplemented("Physical plan does not support logical expression EXISTS (Subquery: Projection: #l2.l_orderkey, #l2.l_partkey, #l2.l_suppkey, #l2.l_linenumber, #l2.l_quantity, #l2.l_extendedprice, #l2.l_discount, #l2.l_tax, #l2.l_returnflag, #l2.l_linestatus, #l2.l_shipdate, #l2.l_commitdate, #l2.l_receiptdate, #l2.l_shipinstruct, #l2.l_shipmode, #l2.l_comment\n  Filter: #l2.l_orderkey = #l1.l_orderkey AND #l2.l_suppkey != #l1.l_suppkey\n    SubqueryAlias: l2\n      TableScan: lineitem 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