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 2020/07/06 12:42:00 UTC

[jira] [Resolved] (SPARK-32162) Improve Pandas Grouped Map with Window test output

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

Hyukjin Kwon resolved SPARK-32162.
----------------------------------
    Resolution: Fixed

Fixed at https://github.com/apache/spark/pull/28987

> Improve Pandas Grouped Map with Window test output
> --------------------------------------------------
>
>                 Key: SPARK-32162
>                 URL: https://issues.apache.org/jira/browse/SPARK-32162
>             Project: Spark
>          Issue Type: Improvement
>          Components: PySpark, Tests
>    Affects Versions: 3.0.0
>            Reporter: Bryan Cutler
>            Priority: Minor
>             Fix For: 3.0.1, 3.1.0
>
>
> The output of GroupedMapInPandasTests.test_grouped_over_window_with_key is not helpful, only gives 
> {code}
> ======================================================================
> FAIL: test_grouped_over_window_with_key (pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/spark/python/pyspark/sql/tests/test_pandas_grouped_map.py", line 588, in test_grouped_over_window_with_key
>     self.assertTrue(all([r[0] for r in result]))
> AssertionError: False is not true
> ----------------------------------------------------------------------
> Ran 21 tests in 141.194s
> FAILED (failures=1)
> {code}



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