You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/03/17 08:29:40 UTC

[GitHub] [spark] cloud-fan commented on a change in pull request #27915: [SPARK-31159][SQL] Rebase date/timestamp from/to Julian calendar in parquet

cloud-fan commented on a change in pull request #27915: [SPARK-31159][SQL] Rebase date/timestamp from/to Julian calendar in parquet
URL: https://github.com/apache/spark/pull/27915#discussion_r393512433
 
 

 ##########
 File path: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
 ##########
 @@ -3072,6 +3086,8 @@ class SQLConf extends Serializable with Logging {
 
   def integerGroupingIdEnabled: Boolean = getConf(SQLConf.LEGACY_INTEGER_GROUPING_ID)
 
+  def parquetRebaseDateTimeEnabled: Boolean = getConf(SQLConf.LEGACY_PARQUET_REBASE_DATETIME)
 
 Review comment:
   Yea I know, but we should stop it. Let's follow https://github.com/apache/spark/commit/e736c62764137b2c3af90d2dc8a77e391891200a#diff-d07d3850a0ad8635a0c5562ed1e8bf26R184

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org