You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/03/09 08:42:44 UTC

[GitHub] [incubator-kyuubi] turboFei commented on a change in pull request #2075: Using thread-safe FastDateFormat instead of SimpleDateFormat

turboFei commented on a change in pull request #2075:
URL: https://github.com/apache/incubator-kyuubi/pull/2075#discussion_r822408421



##########
File path: kyuubi-common/src/main/scala/org/apache/kyuubi/util/RowSetUtils.scala
##########
@@ -35,7 +36,7 @@ private[kyuubi] object RowSetUtils {
       .withChronology(IsoChronology.INSTANCE)
   }
 
-  lazy val simpleDateFormatter = new SimpleDateFormat("yyyy-MM-dd", Locale.US)
+  lazy val simpleDateFormatter = new FastDateFormat("yyyy-MM-dd", Locale.US)

Review comment:
       thanks, resolved




-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org