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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17150673#comment-17150673 ] 

Apache Spark commented on SPARK-32162:
--------------------------------------

User 'BryanCutler' has created a pull request for this issue:
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
>
> 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