You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2022/07/17 05:48:00 UTC

[jira] [Updated] (SPARK-38416) Change day to month

     [ https://issues.apache.org/jira/browse/SPARK-38416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dongjoon Hyun updated SPARK-38416:
----------------------------------
    Summary: Change day to month   (was: Duplicate functions)

> Change day to month 
> --------------------
>
>                 Key: SPARK-38416
>                 URL: https://issues.apache.org/jira/browse/SPARK-38416
>             Project: Spark
>          Issue Type: Bug
>          Components: PySpark, Tests
>    Affects Versions: 3.3.0
>            Reporter: Bjørn Jørgensen
>            Assignee: Bjørn Jørgensen
>            Priority: Trivial
>             Fix For: 3.3.0, 3.2.2
>
>
> In spark\python\pyspark\pandas\tests\indexes\test_datetime.py
> line 117
> {code:java}
>    def test_day_name(self):
>         for psidx, pidx in self.idx_pairs:
>             self.assert_eq(psidx.day_name(), pidx.day_name())
>     def test_month_name(self):
>         for psidx, pidx in self.idx_pairs:
>             self.assert_eq(psidx.day_name(), pidx.day_name())
> {code}
> Both of this functions are doing the same ting. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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