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

Hyukjin Kwon resolved SPARK-54485.
----------------------------------
    Fix Version/s: 4.0.2
       Resolution: Fixed

Issue resolved by pull request 53222
[https://github.com/apache/spark/pull/53222]

> Reeanble test_perf_profiler_map_in_pandas_not_supported
> -------------------------------------------------------
>
>                 Key: SPARK-54485
>                 URL: https://issues.apache.org/jira/browse/SPARK-54485
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Tests
>    Affects Versions: 4.1.0, 4.0.1, 4.2.0
>            Reporter: Hyukjin Kwon
>            Assignee: takuya
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.2
>
>
> {code}
> ======================================================================
> FAIL [0.217s]: test_perf_profiler_map_in_pandas_not_supported 
> (pyspark.sql.tests.connect.test_parity_udf_profiler.UDFProfilerParityTests.test_perf_profiler_map_in_pandas_not_supported)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/home/runner/work/spark/spark-4.0/python/pyspark/sql/tests/test_udf_profiler.py",
>  line 359, in test_perf_profiler_map_in_pandas_not_supported
>     self.assertEqual(0, len(self.profile_results), 
> str(self.profile_results.keys()))
> AssertionError: 0 != 1 : dict_keys([41611])
> ======================================================================
> FAIL [0.629s]: test_perf_profiler_pandas_udf_iterator_not_supported 
> (pyspark.sql.tests.connect.test_parity_udf_profiler.UDFProfilerParityTests.test_perf_profiler_pandas_udf_iterator_not_supported)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/home/runner/work/spark/spark-4.0/python/pyspark/sql/tests/test_udf_profiler.py",
>  line 331, in test_perf_profiler_pandas_udf_iterator_not_supported
>     self.assertEqual(1, len(self.profile_results), 
> str(self.profile_results.keys()))
> AssertionError: 1 != 3 : dict_keys([41643, 41644, 41646])
> ======================================================================
> FAIL [0.220s]: test_perf_profiler_map_in_pandas_not_supported 
> (pyspark.sql.tests.connect.test_parity_udf_profiler.UDFProfilerWithoutPlanCacheParityTests.test_perf_profiler_map_in_pandas_not_supported)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/home/runner/work/spark/spark-4.0/python/pyspark/sql/tests/test_udf_profiler.py",
>  line 359, in test_perf_profiler_map_in_pandas_not_supported
>     self.assertEqual(0, len(self.profile_results), 
> str(self.profile_results.keys()))
> AssertionError: 0 != 1 : dict_keys([42096])
> ======================================================================
> FAIL [0.588s]: test_perf_profiler_pandas_udf_iterator_not_supported 
> (pyspark.sql.tests.connect.test_parity_udf_profiler.UDFProfilerWithoutPlanCacheParityTests.test_perf_profiler_pandas_udf_iterator_not_supported)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/home/runner/work/spark/spark-4.0/python/pyspark/sql/tests/test_udf_profiler.py",
>  line 331, in test_perf_profiler_pandas_udf_iterator_not_supported
>     self.assertEqual(1, len(self.profile_results), 
> str(self.profile_results.keys()))
> AssertionError: 1 != 3 : dict_keys([42128, 42129, 42131])
> ----------------------------------------------------------------------
> Ran 33 tests in 11.941s
> FAILED (failures=4)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to