-
- Downloads
[SPARK-13794][SQL] Rename DataFrameWriter.stream() DataFrameWriter.startStream()
## What changes were proposed in this pull request? The new name makes it more obvious with the verb "start" that we are actually starting some execution. ## How was this patch tested? This is just a rename. Existing unit tests should cover it. Author: Reynold Xin <rxin@databricks.com> Closes #11627 from rxin/SPARK-13794.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala 4 additions, 4 deletions...src/main/scala/org/apache/spark/sql/DataFrameWriter.scala
- sql/core/src/test/scala/org/apache/spark/sql/streaming/DataFrameReaderWriterSuite.scala 11 additions, 11 deletions...ache/spark/sql/streaming/DataFrameReaderWriterSuite.scala
Please register or sign in to comment