Hyukjin Kwon created SPARK-54483:
------------------------------------

             Summary: Reeanble test_dataframes_with_incompatible_types
                 Key: SPARK-54483
                 URL: https://issues.apache.org/jira/browse/SPARK-54483
             Project: Spark
          Issue Type: Sub-task
          Components: Tests
    Affects Versions: 4.0.1, 4.1.0, 4.2.0
            Reporter: Hyukjin Kwon


{code}
======================================================================
FAIL [0.000s]: test_dataframes_with_incompatible_types 
(pyspark.sql.tests.connect.pandas.test_parity_pandas_map.MapInPandasParityTests.test_dataframes_with_incompatible_types)
 (convert='string to double', convertToArrowArraySafely=True)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/runner/work/spark/spark-4.0/python/pyspark/sql/tests/pandas/test_pandas_map.py",
 line 275, in check_dataframes_with_incompatible_types
    with self.assertRaisesRegex(PythonException, expected + "\n"):
AssertionError: PythonException not raised

======================================================================
FAIL [1.040s]: test_dataframes_with_incompatible_types 
(pyspark.sql.tests.connect.pandas.test_parity_pandas_map.MapInPandasParityTests.test_dataframes_with_incompatible_types)
 (convert='string to double', convertToArrowArraySafely=False)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/runner/work/spark/spark-4.0/python/pyspark/sql/tests/pandas/test_pandas_map.py",
 line 275, in check_dataframes_with_incompatible_types
    with self.assertRaisesRegex(PythonException, expected + "\n"):
AssertionError: PythonException not raised

----------------------------------------------------------------------
{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