Bryan Cutler created SPARK-33613:
------------------------------------

             Summary: [Python][Tests] Replace calls to deprecated test APIs
                 Key: SPARK-33613
                 URL: https://issues.apache.org/jira/browse/SPARK-33613
             Project: Spark
          Issue Type: Improvement
          Components: PySpark, Tests
    Affects Versions: 3.0.0
            Reporter: Bryan Cutler


There are quite a few instances of using deprecated python and pandas APIs for 
pyspark tests. These should be replaced by the preferred APIs which have been 
available for some time. For example in unittests: `assertRaisesRegexp()` -> 
`assertRaisesRegex()`



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