[ 
https://issues.apache.org/jira/browse/SPARK-47902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wenchen Fan resolved SPARK-47902.
---------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

Issue resolved by pull request 46120
[https://github.com/apache/spark/pull/46120]

> Compute Current Time* expressions should be foldable
> ----------------------------------------------------
>
>                 Key: SPARK-47902
>                 URL: https://issues.apache.org/jira/browse/SPARK-47902
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 4.0.0
>            Reporter: Aleksandar Tomic
>            Assignee: Aleksandar Tomic
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>
> Following PR - https://github.com/apache/spark/pull/44261 changed "compute 
> current time" family of expressions to be unevaluable, given that these 
> expressions are supposed to be replaced with literals by QO. Unevaluable 
> implies that these expressions are not foldable, even though they will be 
> replaced by literals. 
> If these expressions were used in places that require constant folding  (e.g. 
> RAND()) new behavior would be to raise an error which is a regression 
> comparing to behavior prior to spark 4.0.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to