olaky opened a new pull request, #36822:
URL: https://github.com/apache/spark/pull/36822

   ### What changes were proposed in this pull request?
   
   Apply the optimizer rule ComputeCurrentTime consistently across subqueries.
   
   This is a backport of https://github.com/apache/spark/pull/36654 with 
adjustements:
   * The rule does not use pruning
   * The transformWithSubqueries function was also backported
   
   ### Why are the changes needed?
   
   At the moment timestamp functions like now() can return different values 
within a query if subqueries are involved
   
   ### Does this PR introduce _any_ user-facing change?
   
   No
   
   ### How was this patch tested?
   
   A new unit test was added


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