alamb commented on PR #13527:
URL: https://github.com/apache/datafusion/pull/13527#issuecomment-2792307005

   Another idea: 
   
   Since 
[`ExecutionProps`](https://docs.rs/datafusion/latest/datafusion/execution/context/struct.ExecutionProps.html)
 is already threaded all the way through and is intended to
   
   > Holds per-query execution properties and data (such as statement starting 
timestamps).
   
   What if you added the necessary state (like "SQL mode") and then copied that 
through (possibly all the way to ScalarFunctionArgs) 🤔 
   
   
https://docs.rs/datafusion/latest/datafusion/logical_expr/struct.ScalarFunctionArgs.html
   
   It would still be some plumbing but it might be much less invasive as 
ExecutionProps is already sent many places -- ExecutionProps is also already 
very small 🤔 


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to