kmitchener commented on PR #3242:
URL: 
https://github.com/apache/arrow-datafusion/pull/3242#issuecomment-1224952773

   > @matthewmturner @DaltonModlin @kmitchener Since this affects views, could 
you please review if you have time?
   
   LGTM. If you want to reproduce, this triggered the error prior to the fix:
   ```sql
   create view v as select 1 as a, 2 as b, 3 as c;
   select * from (select b from v); -- returned column a prior to fix
   ```


-- 
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]

Reply via email to