timsaucer opened a new issue, #23700:
URL: https://github.com/apache/datafusion/issues/23700

   ### Is your feature request related to a problem or challenge?
   
   Per this comment: 
https://github.com/apache/datafusion/pull/23649#pullrequestreview-4724826629
   
   as a follow on to https://github.com/apache/datafusion/pull/23649
   
   We would like to move the lambda variable evaluation into the physical 
planning context
   
   ```
   let execution_props = execution_props 
        .clone() 
        .with_qualified_lambda_variables(&qualifier, &lambda.params); 
   ```
   
   
   ### Describe the solution you'd like
   
   Refactor lambda variables from the execution properties to the physical 
planning context.
   
   ### Describe alternatives you've considered
   
   We could leave as is, but this should be a nice cleanup.
   
   ### Additional context
   
   _No response_


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