tustvold opened a new issue, #4747:
URL: https://github.com/apache/arrow-datafusion/issues/4747

   **Describe the bug**
   
   Calling `SessionState::create_physical_plan` or `SessionState::optimize` 
does not update `ExecutionProps::query_execution_start_time` and consequently 
`now()` will evaluate to the time that the `SessionState` was created.
   
   **To Reproduce**
   
   **Expected behavior**
   
   Having a per-query attribute stored on the `SessionState` is confusing and 
error prone, it should be moved to `DataFrame`
   
   **Additional context**
   
   These methods will eventually be deprecated and removed as part of #4626
   
   ExecutionProps will also eventually be deprecated and removed as part of 
#4629 
   


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