You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Kent Yao (Jira)" <ji...@apache.org> on 2019/10/30 09:36:00 UTC

[jira] [Created] (SPARK-29653) Fix MICROS_PER_MONTH in IntervalUtils

Kent Yao created SPARK-29653:
--------------------------------

             Summary: Fix MICROS_PER_MONTH in IntervalUtils
                 Key: SPARK-29653
                 URL: https://issues.apache.org/jira/browse/SPARK-29653
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: Kent Yao


- final val MICROS_PER_MONTH: Long = DAYS_PER_MONTH * DateTimeUtils.SECONDS_PER_DAY
+ final val MICROS_PER_MONTH: Long = DAYS_PER_MONTH * DateTimeUtils.MICROS_PER_DAY



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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