LuciferYang commented on code in PR #40933:
URL: https://github.com/apache/spark/pull/40933#discussion_r1177959679


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/json/JSONOptions.scala:
##########
@@ -117,7 +135,9 @@ private[sql] class JSONOptions(
 
   val timestampNTZFormatInRead: Option[String] = 
parameters.get(TIMESTAMP_NTZ_FORMAT)
   val timestampNTZFormatInWrite: String =
-    parameters.getOrElse(TIMESTAMP_NTZ_FORMAT, 
s"${DateFormatter.defaultPattern}'T'HH:mm:ss[.SSS]")
+    parameters.getOrElse(

Review Comment:
   Are these changes also aimed at adapting to Jackson 2.15.0?



-- 
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: [email protected]

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