taiyang-li commented on code in PR #10026:
URL: 
https://github.com/apache/incubator-gluten/pull/10026#discussion_r2160621209


##########
gluten-ut/spark35/src/test/scala/org/apache/spark/sql/GlutenDateFunctionsSuite.scala:
##########
@@ -281,4 +281,22 @@ class GlutenDateFunctionsSuite extends DateFunctionsSuite 
with GlutenSQLTestsTra
     val df1 = Seq(x1, x2).toDF("x")
     checkAnswer(df1.select(to_date(col("x"))), Row(Date.valueOf("2016-02-29")) 
:: Row(null) :: Nil)
   }
+
+  testGluten("date_from_unix_date") {

Review Comment:
   `.exclude("DATE_FROM_UNIX_DATE")`  is excluded in ClickHouseTestSettings, 
pls remote them. 



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