gengliangwang commented on code in PR #49513: URL: https://github.com/apache/spark/pull/49513#discussion_r1917698581
########## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala: ########## @@ -80,20 +81,18 @@ trait MetadataMapSupport { .mkString("[", ", ", "]") case JInt(value) => value.toString case JDouble(value) => value.toString + case JLong(value) => + if (key == "Created Time" || key == "Last Access") { Review Comment: I would suggest storing these constant strings into variables -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org