mingmwang commented on PR #4185: URL: https://github.com/apache/arrow-datafusion/pull/4185#issuecomment-1318359043
Could you please add more test cases to Cover projection with alias, subquery Alias, to make sure the Alias and Columns are handled correctly? `select ... from A, (select B.y3 as y1 from A inner join on(A.x = B.y2) as b where (A.x = B.y1)` -- 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]
