Github user tdas commented on the issue:

    https://github.com/apache/spark/pull/13653
  
    @marmbrus Overall, I have changed the following. 
    - Renamed writeStream.save() to writeStream.start()
    - Refactored writeStream.foreach() to not start the query. instead 
writeStream.foreach().start() starts the query
    - Removed writeStream.parquet(path) for now. Its good to have a single 
method `start` actually start the background query. experience says that its 
much easier read code and debug. 


---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to