You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2020/08/27 06:24:47 UTC

[spark] branch master updated (b786f31 -> baaa756)

This is an automated email from the ASF dual-hosted git repository.

wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from b786f31  [SPARK-32643][CORE][K8S] Consolidate state decommissioning in the TaskSchedulerImpl realm
     add baaa756  [SPARK-32516][SQL][FOLLOWUP] 'path' option cannot coexist with path parameter for DataFrameWriter.save(), DataStreamReader.load() and DataStreamWriter.start()

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        |  2 +-
 python/pyspark/sql/tests/test_streaming.py         | 19 +++++---
 .../org/apache/spark/sql/internal/SQLConf.scala    |  5 ++-
 .../org/apache/spark/sql/DataFrameReader.scala     |  3 +-
 .../org/apache/spark/sql/DataFrameWriter.scala     |  7 +++
 .../spark/sql/streaming/DataStreamReader.scala     |  7 +++
 .../spark/sql/streaming/DataStreamWriter.scala     |  7 +++
 .../test/DataStreamReaderWriterSuite.scala         | 51 +++++++++++++++++++++-
 .../sql/test/DataFrameReaderWriterSuite.scala      | 33 ++++++++++++--
 9 files changed, 119 insertions(+), 15 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org