Github user marmbrus commented on a diff in the pull request:

    https://github.com/apache/spark/pull/3820#discussion_r22511350
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala ---
    @@ -141,6 +142,12 @@ private[sql] trait SQLConf {
         getConf(PARQUET_BINARY_AS_STRING, "false").toBoolean
     
       /**
    +   * When set to true, we always treat INT96Values in Parquet files as 
timestamp.
    +   */
    +  private[spark] def isParquetINT96AsTimestamp: Boolean =
    +    getConf(PARQUET_INT96_AS_TIMESTAMP, "false").toBoolean
    --- End diff --
    
    We don't really use INT96 for anything else (and I don't think other 
systems do either?) so maybe this should be true by default?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to