cloud-fan commented on a change in pull request #28653:
URL: https://github.com/apache/spark/pull/28653#discussion_r431013251
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/DateExpressionsSuite.scala
##########
@@ -792,7 +792,7 @@ class DateExpressionsSuite extends SparkFunSuite with
ExpressionEvalHelper {
}
}
// Test escaping of format
- GenerateUnsafeProjection.generate(FromUnixTime(Literal(0L),
Literal("\"quote")) :: Nil)
+ GenerateUnsafeProjection.generate(FromUnixTime(Literal(0L),
Literal("\"quote"), JST_OPT) :: Nil)
Review comment:
if the timezone doesn't matter, shall we use UTC?
----------------------------------------------------------------
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]