-
- Downloads
[SPARK-16266][SQL][STREAING] Moved DataStreamReader/Writer from pyspark.sql to...
[SPARK-16266][SQL][STREAING] Moved DataStreamReader/Writer from pyspark.sql to pyspark.sql.streaming ## What changes were proposed in this pull request? - Moved DataStreamReader/Writer from pyspark.sql to pyspark.sql.streaming to make them consistent with scala packaging - Exposed the necessary classes in sql.streaming package so that they appear in the docs - Added pyspark.sql.streaming module to the docs ## How was this patch tested? - updated unit tests. - generated docs for testing visibility of pyspark.sql.streaming classes. Author: Tathagata Das <tathagata.das1565@gmail.com> Closes #13955 from tdas/SPARK-16266.
Showing
- python/docs/pyspark.sql.rst 6 additions, 0 deletionspython/docs/pyspark.sql.rst
- python/pyspark/sql/context.py 2 additions, 1 deletionpython/pyspark/sql/context.py
- python/pyspark/sql/dataframe.py 2 additions, 1 deletionpython/pyspark/sql/dataframe.py
- python/pyspark/sql/readwriter.py 1 addition, 492 deletionspython/pyspark/sql/readwriter.py
- python/pyspark/sql/session.py 2 additions, 1 deletionpython/pyspark/sql/session.py
- python/pyspark/sql/streaming.py 498 additions, 4 deletionspython/pyspark/sql/streaming.py
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment