HyukjinKwon commented on PR #53188:
URL: https://github.com/apache/spark/pull/53188#issuecomment-3569097015
```
======================================================================
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)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]