cloud-fan commented on code in PR #44261:
URL: https://github.com/apache/spark/pull/44261#discussion_r1444323099


##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/ComputeCurrentTimeSuite.scala:
##########
@@ -163,6 +178,16 @@ class ComputeCurrentTimeSuite extends PlanTest {
     checkLiterals({ zoneId: String => CurrentDate(Some(zoneId)) }, 
numTimezones)
   }
 
+  test("datetime function CurrentDate and LocalTime are Unevaluable") {

Review Comment:
   This does not test the optimizer rule and we should keep it in 
`DateExpressionsSuite`



-- 
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: reviews-unsubscr...@spark.apache.org

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


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

Reply via email to