You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Kousuke Saruta (Jira)" <ji...@apache.org> on 2021/02/04 02:20:00 UTC

[jira] [Created] (SPARK-34350) replace withTimeZone defined in OracleIntegrationSuite with DateTimeTestUtils.withDefaultTimeZone

Kousuke Saruta created SPARK-34350:
--------------------------------------

             Summary: replace withTimeZone defined in OracleIntegrationSuite with DateTimeTestUtils.withDefaultTimeZone
                 Key: SPARK-34350
                 URL: https://issues.apache.org/jira/browse/SPARK-34350
             Project: Spark
          Issue Type: Improvement
          Components: SQL, Tests
    Affects Versions: 3.2.0
            Reporter: Kousuke Saruta
            Assignee: Kousuke Saruta


In OracleIntegrationSuite, withTimeZone method is defined and used only in it to change the default timezone.
On the other hand, withDefaultTimeZone method is defined in DateTimeTestUtils as a utility method and it is semantically the same as withTimeZone.
So might be better to replace withTimeZone with withDefaultTimeZone.



--
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