Bryan Cutler created SPARK-32162:
------------------------------------

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


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

Reply via email to