cloud-fan commented on a change in pull request #27732: [SPARK-30984][SS]Add UI
test for Structured Streaming UI
URL: https://github.com/apache/spark/pull/27732#discussion_r387042224
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/ProgressReporter.scala
##########
@@ -349,7 +349,7 @@ trait ProgressReporter extends Logging {
result
}
- private def formatTimestamp(millis: Long): String = {
+ protected def formatTimestamp(millis: Long): String = {
timestampFormat.format(new Date(millis))
Review comment:
Not related to this PR, just want to confirm which timezone we expect.
The code here uses the JVM system timezone, while in Spark SQL we use the
configured session local timezone.
cc @MaxGekk as well.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]