MaxGekk commented on a change in pull request #28051: [SPARK-31286][SQL][DOC]
Specify formats of time zone ID for JSON/CSV option and from/to_utc_timestamp
URL: https://github.com/apache/spark/pull/28051#discussion_r399223589
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/streaming/DataStreamWriter.scala
##########
@@ -198,8 +209,19 @@ final class DataStreamWriter[T] private[sql](ds:
Dataset[T]) {
*
* You can set the following option(s):
* <ul>
- * <li>`timeZone` (default session local timezone): sets the string that
indicates a timezone
- * to be used to format timestamps in the JSON/CSV datasources or partition
values.</li>
+ * <li>`timeZone` (default session local timezone): sets the string that
indicates a time zone ID
Review comment:
If a pattern contains sub-pattern for time zone like `V` or `z`, which one
formatter should output?
----------------------------------------------------------------
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]