LuciferYang commented on PR #40496:
URL: https://github.com/apache/spark/pull/40496#issuecomment-1483683148

   ```
   [info] - timestampNTZ/datetime-special.sql_analyzer_test *** FAILED *** (11 
milliseconds)
   [info]   timestampNTZ/datetime-special.sql_analyzer_test
   [info]   Expected "...date(999999, 3, 18, [false) AS make_date(999999, 3, 
18)#x, make_date(-1, 1, 28, fals]e) AS make_date(-1, ...", but got 
"...date(999999, 3, 18, [true) AS make_date(999999, 3, 18)#x, make_date(-1, 1, 
28, tru]e) AS make_date(-1, ..." Result did not match for query #1
   [info]   select make_date(999999, 3, 18), make_date(-1, 1, 28) 
(SQLQueryTestSuite.scala:777)
   [info]   org.scalatest.exceptions.TestFailedException:
   ```
   
   @dtenedor
   
   Seems not fixed,  run 
   
   `SPARK_ANSI_SQL_MODE=true build/sbt "sql/testOnly 
org.apache.spark.sql.SQLQueryTestSuite"`
   
   can reproduce the failure


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