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

[jira] [Resolved] (SPARK-38416) Duplicate functions

     [ 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org