avantgardnerio commented on issue #172: URL: https://github.com/apache/arrow-datafusion/issues/172#issuecomment-1176141802
This is the final subquery fixed. Dependent on #2843 . Fixed in [this branch](https://github.com/spaceandtimelabs/arrow-datafusion/tree/bg_tpch_q20): datafusion: ``` | Supplier#000003834 | 4 | | Supplier#000005998 | 4 | | Supplier#000009721 | 4 | | Supplier#000006684 | 3 | | Supplier#000007656 | 3 | | Supplier#000008136 | 3 | +--------------------+---------+ Query 21 iteration 0 took 161136.2 ms and returned 411 rows Query 21 avg time: 161136.18 ms ``` postgres: ``` |Supplier#000003834|4 | |Supplier#000005998|4 | |Supplier#000009721|4 | |Supplier#000006684|3 | |Supplier#000007656|3 | |Supplier#000008136|3 | +------------------+-------+ ``` PR for all the subquery fixes inbound shortly :partying_face: -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org