You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ru...@apache.org on 2022/11/29 12:04:11 UTC

[spark] branch master updated (99de9879b6a -> 4043da8f230)

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

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


    from 99de9879b6a [SPARK-41316][SQL] Enable tail-recursion wherever possible
     add 4043da8f230 [SPARK-41317][CONNECT][PYTHON] Add basic support for DataFrameWriter

No new revisions were added by this update.

Summary of changes:
 python/pyspark/sql/connect/dataframe.py            |   6 +
 python/pyspark/sql/connect/plan.py                 |  86 ++
 python/pyspark/sql/connect/readwriter.py           | 921 ++++++++++++++++++++-
 python/pyspark/sql/connect/session.py              |  37 +-
 python/pyspark/sql/readwriter.py                   |  39 +-
 .../sql/tests/connect/test_connect_basic.py        |  26 +
 .../sql/tests/connect/test_connect_plan_only.py    |  35 +
 7 files changed, 1122 insertions(+), 28 deletions(-)


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