gengliangwang commented on a change in pull request #32869:
URL: https://github.com/apache/spark/pull/32869#discussion_r649387634



##########
File path: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/CastSuite.scala
##########
@@ -1256,10 +1256,17 @@ abstract class AnsiCastSuiteBase extends CastSuiteBase {
 
   test("SPARK-35711: cast timestamp without time zone to timestamp with local 
time zone") {
     specialTs.foreach { s =>
-      val dt = LocalDateTime.parse(s.replace(" ", "T"))
+      val dt = LocalDateTime.parse(s)

Review comment:
       This is a trivial change for the test case. There is no need to replace 
the space.




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

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