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

   **Describe the bug**
   A clear and concise description of what the bug is.
   
   ```sql
   select now();
   -- ... 3 days later ...
   select now(); -- returns same old value
   ```
   It's correctly caching now() so it returns the same value when used multiple 
times in the same query, but it shouldn't be caching the value past statement 
execution, correct?
   
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   Would expect now() to return the same value for all instances in the same 
query, but a new value for a new statement in the same runtime context.
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
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...@arrow.apache.org.apache.org

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

Reply via email to