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 03:08:21 UTC

[spark] branch master updated (473b3ba -> 39510b0)

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 473b3ba  [SPARK-32511][FOLLOW-UP][SQL][R][PYTHON] Add dropFields to SparkR and PySpark
     add 39510b0  [SPARK-32793][SQL] Add raise_error function, adds error message parameter to assert_true

No new revisions were added by this update.

Summary of changes:
 R/pkg/R/functions.R                                | 49 +++++++++++++
 R/pkg/R/generics.R                                 |  8 +++
 R/pkg/tests/fulltests/test_sparkSQL.R              | 18 +++++
 python/docs/source/reference/pyspark.sql.rst       |  2 +
 python/pyspark/sql/functions.py                    | 55 +++++++++++++-
 python/pyspark/sql/functions.pyi                   |  2 +
 python/pyspark/sql/tests/test_functions.py         | 50 +++++++++++++
 .../sql/catalyst/analysis/FunctionRegistry.scala   |  1 +
 .../spark/sql/catalyst/expressions/misc.scala      | 84 +++++++++++++++-------
 .../catalyst/expressions/CodeGenerationSuite.scala |  2 +-
 .../expressions/ExpressionEvalHelper.scala         |  6 +-
 .../expressions/MiscExpressionsSuite.scala         | 30 ++++----
 .../scala/org/apache/spark/sql/functions.scala     | 30 ++++++++
 .../sql-functions/sql-expression-schema.md         |  5 +-
 .../resources/sql-tests/inputs/misc-functions.sql  | 12 ++++
 .../sql-tests/results/misc-functions.sql.out       | 81 ++++++++++++++++++++-
 .../apache/spark/sql/ColumnExpressionSuite.scala   | 51 +++++++++++++
 .../sql/expressions/ExpressionInfoSuite.scala      | 17 +++--
 18 files changed, 450 insertions(+), 53 deletions(-)


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