MaxGekk commented on a change in pull request #23662: 
[SPARK-26740][SPARK-26654][SQL] Make statistics of timestamp/date columns 
independent from system time zones
URL: https://github.com/apache/spark/pull/23662#discussion_r255441680
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala
 ##########
 @@ -429,7 +429,7 @@ case class CatalogColumnStat(
    */
   def toMap(colName: String): Map[String, String] = {
     val map = new scala.collection.mutable.HashMap[String, String]
-    map.put(s"${colName}.${CatalogColumnStat.KEY_VERSION}", "1")
+    map.put(s"${colName}.${CatalogColumnStat.KEY_VERSION}", "2")
 
 Review comment:
   Added support of previous version in parsing there: 
https://github.com/apache/spark/pull/23662/files#diff-d129a831466a957545dfc6f8cbcb4b70R492

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]

Reply via email to