[GitHub] spark pull request #13955: [SPARK-16266][SQL][STREAING] Moved DataStreamRead...

2016-06-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13955 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #13955: [SPARK-16266][SQL][STREAING] Moved DataStreamRead...

2016-06-28 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/13955#discussion_r68877628 --- Diff: python/pyspark/sql/streaming.py --- @@ -224,6 +226,494 @@ def _to_java_trigger(self, sqlContext): self.interval)

[GitHub] spark pull request #13955: [SPARK-16266][SQL][STREAING] Moved DataStreamRead...

2016-06-28 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/13955#discussion_r68875632 --- Diff: python/pyspark/sql/streaming.py --- @@ -224,6 +226,494 @@ def _to_java_trigger(self, sqlContext): self.interval)

[GitHub] spark pull request #13955: [SPARK-16266][SQL][STREAING] Moved DataStreamRead...

2016-06-28 Thread tdas
GitHub user tdas opened a pull request: https://github.com/apache/spark/pull/13955 [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