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

Hyukjin Kwon resolved SPARK-38416.
----------------------------------
    Fix Version/s: 3.3.0
                   3.2.2
       Resolution: Fixed

Issue resolved by pull request 35741
[https://github.com/apache/spark/pull/35741]

> Duplicate functions
> -------------------
>
>                 Key: SPARK-38416
>                 URL: https://issues.apache.org/jira/browse/SPARK-38416
>             Project: Spark
>          Issue Type: Bug
>          Components: PySpark
>    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.1#820001)

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

Reply via email to