-
- Downloads
[SPARK-15037] [SQL] [MLLIB] Part2: Use SparkSession instead of SQLContext in Python TestSuites
## What changes were proposed in this pull request? Use SparkSession instead of SQLContext in Python TestSuites ## How was this patch tested? Existing tests Author: Sandeep Singh <sandeep@techaddict.me> Closes #13044 from techaddict/SPARK-15037-python.
Showing
- python/pyspark/ml/tests.py 44 additions, 53 deletionspython/pyspark/ml/tests.py
- python/pyspark/mllib/tests.py 10 additions, 9 deletionspython/pyspark/mllib/tests.py
- python/pyspark/sql/readwriter.py 37 additions, 35 deletionspython/pyspark/sql/readwriter.py
- python/pyspark/sql/tests.py 182 additions, 197 deletionspython/pyspark/sql/tests.py
Loading
Please register or sign in to comment