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

   > In this PR I have a similar need to const evaluate a logical expression 
without having ExecutionProps available. I was a bit concerned to do so using 
default values because you're missing some possibly essential information. I 
was wondering if you had any insight into this. Is the change in 
https://github.com/apache/datafusion/pull/13081 possibly wrong because of the 
default props? Or am I worrying about a non-issue?
   
   The props only really hold the session start time, so the default execution 
props will interfere with evaluating `now()` type expressions, but not much else


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