-
- Downloads
[SPARK-5554] [SQL] [PySpark] add more tests for DataFrame Python API
Add more tests and docs for DataFrame Python API, improve test coverage, fix bugs. Author: Davies Liu <davies@databricks.com> Closes #4331 from davies/fix_df and squashes the following commits: dd9919f [Davies Liu] fix tests 467332c [Davies Liu] support string in cast() 83c92fe [Davies Liu] address comments c052f6f [Davies Liu] Merge branch 'master' of github.com:apache/spark into fix_df 8dd19a9 [Davies Liu] fix tests in python 2.6 35ccb9f [Davies Liu] fix build 78ebcfa [Davies Liu] add sql_test.py in run_tests 9ab78b4 [Davies Liu] Merge branch 'master' of github.com:apache/spark into fix_df 6040ba7 [Davies Liu] fix docs 3ab2661 [Davies Liu] add more tests for DataFrame
Showing
- python/pyspark/sql.py 281 additions, 186 deletionspython/pyspark/sql.py
- python/pyspark/sql_tests.py 299 additions, 0 deletionspython/pyspark/sql_tests.py
- python/pyspark/tests.py 0 additions, 261 deletionspython/pyspark/tests.py
- python/run-tests 1 addition, 0 deletionspython/run-tests
- sql/core/src/main/scala/org/apache/spark/sql/Column.scala 4 additions, 34 deletionssql/core/src/main/scala/org/apache/spark/sql/Column.scala
- sql/core/src/main/scala/org/apache/spark/sql/test/ExamplePointUDT.scala 1 addition, 1 deletion...ain/scala/org/apache/spark/sql/test/ExamplePointUDT.scala
Loading
Please register or sign in to comment