alamb commented on issue #21231:
URL: https://github.com/apache/datafusion/issues/21231#issuecomment-4374127249

   > Column index binding happens much earlier than the case projection though, 
doesn't it? I'll check the outer column reference PR to see what's being 
proposed there.
   
   I guess I was thinking that physical planning would do whatever column 
binding was needed 🤔 
   
   then any reference to a non base column would be via some other type of 
physical exper (not Column)
   
   Then the implementation of lambda would pass in the appropriate input somehow
   
   Given @gstvg merged something for lambdas recently maybe they already sorted 
this out. I am not sure


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to