andygrove commented on issue #2181: URL: https://github.com/apache/arrow-datafusion/issues/2181#issuecomment-1105303702
> @andygrove @alamb I guess great timing! We just implemented the correlated subquery here [cube-js@d14f0de](https://github.com/cube-js/arrow-datafusion/commit/d14f0de4c042c9a14b40acd4768c6e4f6585ee93). If you're open I can bring it as a PR and would love to shape it to a more canonical structure. There're multiple caveats some of which are covered in the design document like circular dependency between `Expr` and `LogicalPlan`. We'd love to see correlated subquery support merged as we don't have incentives to support such a big change in our fork. Hi @paveltiunov Yes I would love to see a PR to add subquery support. The circular dependency issue is resolved in https://github.com/apache/arrow-datafusion/pull/2294 so that should help. I will start reviewing your implementation now to get up to speed. -- 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]
