HyukjinKwon commented on PR #53188:
URL: https://github.com/apache/spark/pull/53188#issuecomment-3573367399
```
======================================================================
FAIL [0.222s]: test_memory_profiler_map_in_pandas_not_supported
(pyspark.sql.tests.connect.test_parity_memory_profiler.MemoryProfilerParityTests.test_memory_profiler_map_in_pandas_not_supported)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/runner/work/spark/spark-4.0/python/pyspark/tests/test_memory_profiler.py",
line 395, in test_memory_profiler_map_in_pandas_not_supported
self.assertEqual(0, len(self.profile_results),
str(self.profile_results.keys()))
AssertionError: 0 != 1 : dict_keys([29615])
======================================================================
FAIL [0.593s]: test_memory_profiler_pandas_udf_iterator_not_supported
(pyspark.sql.tests.connect.test_parity_memory_profiler.MemoryProfilerParityTests.test_memory_profiler_pandas_udf_iterator_not_supported)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/runner/work/spark/spark-4.0/python/pyspark/tests/test_memory_profiler.py",
line 370, in test_memory_profiler_pandas_udf_iterator_not_supported
self.assertEqual(1, len(self.profile_results),
str(self.profile_results.keys()))
AssertionError: 1 != 3 : dict_keys([29647, 29648, 29650])
======================================================================
FAIL [0.217s]: test_memory_profiler_map_in_pandas_not_supported
(pyspark.sql.tests.connect.test_parity_memory_profiler.MemoryProfilerWithoutPlanCacheParityTests.test_memory_profiler_map_in_pandas_not_supported)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/runner/work/spark/spark-4.0/python/pyspark/tests/test_memory_profiler.py",
line 395, in test_memory_profiler_map_in_pandas_not_supported
self.assertEqual(0, len(self.profile_results),
str(self.profile_results.keys()))
AssertionError: 0 != 1 : dict_keys([30115])
======================================================================
FAIL [0.622s]: test_memory_profiler_pandas_udf_iterator_not_supported
(pyspark.sql.tests.connect.test_parity_memory_profiler.MemoryProfilerWithoutPlanCacheParityTests.test_memory_profiler_pandas_udf_iterator_not_supported)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/runner/work/spark/spark-4.0/python/pyspark/tests/test_memory_profiler.py",
line 370, in test_memory_profiler_pandas_udf_iterator_not_supported
self.assertEqual(1, len(self.profile_results),
str(self.profile_results.keys()))
AssertionError: 1 != 3 : dict_keys([30147, 30148, 30150])
----------------------------------------------------------------------
Ran 33 tests in 13.199s
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]