You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2020/10/08 01:43:04 UTC

[spark] branch master updated (37e1b0c -> 473b3ba)

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

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


    from 37e1b0c  [SPARK-33086][PYTHON] Add static annotations for pyspark.resource
     add 473b3ba  [SPARK-32511][FOLLOW-UP][SQL][R][PYTHON] Add dropFields to SparkR and PySpark

No new revisions were added by this update.

Summary of changes:
 R/pkg/NAMESPACE                         |  1 +
 R/pkg/R/column.R                        | 69 +++++++++++++++++++++++++++++++++
 R/pkg/R/generics.R                      |  3 ++
 R/pkg/tests/fulltests/test_sparkSQL.R   | 19 ++++++++-
 python/pyspark/sql/column.py            | 51 ++++++++++++++++++++++++
 python/pyspark/sql/column.pyi           |  1 +
 python/pyspark/sql/tests/test_column.py | 22 +++++++++++
 7 files changed, 165 insertions(+), 1 deletion(-)


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