smallzhongfeng commented on issue #8015: URL: https://github.com/apache/arrow-datafusion/issues/8015#issuecomment-1788472183
> the error is becuase subquery use the outer query's column(`t1.c1`), maybe you can use `out_ref_col` instead of `col` to fix this. Thank you for your suggestion. This is indeed the cause of the problem. I will submit a PR to fix it. @haohuaijin : ) -- 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]
