[jira] [Assigned] (SPARK-38436) Duplicate test_floor functions
[ https://issues.apache.org/jira/browse/SPARK-38436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun reassigned SPARK-38436: - Assignee: Bjørn Jørgensen > Duplicate test_floor functions > --- > > Key: SPARK-38436 > URL: https://issues.apache.org/jira/browse/SPARK-38436 > Project: Spark > Issue Type: Bug > Components: PySpark >Affects Versions: 3.3.0 >Reporter: Bjørn Jørgensen >Assignee: Bjørn Jørgensen >Priority: Trivial > > In python/pyspark/pandas/tests/test_series_datetime.py line 262 > {code:java} > def test_floor(self): > self.check_func(lambda x: x.dt.floor(freq="min")) > self.check_func(lambda x: x.dt.floor(freq="H")) > def test_ceil(self): > self.check_func(lambda x: x.dt.floor(freq="min")) > self.check_func(lambda x: x.dt.floor(freq="H")) > {code} > Change x.dt.floor to x.dt.ceil -- This message was sent by Atlassian Jira (v8.20.1#820001) - To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org
[jira] [Assigned] (SPARK-38436) Duplicate test_floor functions
[ https://issues.apache.org/jira/browse/SPARK-38436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-38436: Assignee: (was: Apache Spark) > Duplicate test_floor functions > --- > > Key: SPARK-38436 > URL: https://issues.apache.org/jira/browse/SPARK-38436 > Project: Spark > Issue Type: Bug > Components: PySpark >Affects Versions: 3.3.0 >Reporter: Bjørn Jørgensen >Priority: Trivial > > In python/pyspark/pandas/tests/test_series_datetime.py line 262 > {code:java} > def test_floor(self): > self.check_func(lambda x: x.dt.floor(freq="min")) > self.check_func(lambda x: x.dt.floor(freq="H")) > def test_ceil(self): > self.check_func(lambda x: x.dt.floor(freq="min")) > self.check_func(lambda x: x.dt.floor(freq="H")) > {code} > Change x.dt.floor to x.dt.ceil -- This message was sent by Atlassian Jira (v8.20.1#820001) - To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org
[jira] [Assigned] (SPARK-38436) Duplicate test_floor functions
[ https://issues.apache.org/jira/browse/SPARK-38436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-38436: Assignee: Apache Spark > Duplicate test_floor functions > --- > > Key: SPARK-38436 > URL: https://issues.apache.org/jira/browse/SPARK-38436 > Project: Spark > Issue Type: Bug > Components: PySpark >Affects Versions: 3.3.0 >Reporter: Bjørn Jørgensen >Assignee: Apache Spark >Priority: Trivial > > In python/pyspark/pandas/tests/test_series_datetime.py line 262 > {code:java} > def test_floor(self): > self.check_func(lambda x: x.dt.floor(freq="min")) > self.check_func(lambda x: x.dt.floor(freq="H")) > def test_ceil(self): > self.check_func(lambda x: x.dt.floor(freq="min")) > self.check_func(lambda x: x.dt.floor(freq="H")) > {code} > Change x.dt.floor to x.dt.ceil -- This message was sent by Atlassian Jira (v8.20.1#820001) - To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org