You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ya...@apache.org on 2020/05/07 05:41:26 UTC

[spark] branch master updated (bd6b53c -> b31ae7b)

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

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


    from bd6b53c  [SPARK-31631][TESTS] Fix test flakiness caused by MiniKdc which throws 'address in use' BindException with retry
     add b31ae7b  [SPARK-31615][SQL] Pretty string output for sql method of RuntimeReplaceable expressions

No new revisions were added by this update.

Summary of changes:
 python/pyspark/sql/tests/test_context.py           |   2 +-
 .../sql/catalyst/expressions/Expression.scala      |  14 ++
 .../catalyst/expressions/datetimeExpressions.scala |  31 ++-
 .../sql/catalyst/expressions/nullExpressions.scala |  10 +-
 .../catalyst/expressions/stringExpressions.scala   |   4 +-
 .../apache/spark/sql/catalyst/util/package.scala   |   2 +
 .../sql-functions/sql-expression-schema.md         |  16 +-
 .../test/resources/sql-tests/inputs/extract.sql    |   5 +
 .../sql-tests/results/ansi/datetime.sql.out        |  64 +++---
 .../sql-tests/results/ansi/interval.sql.out        |   8 +-
 .../sql-tests/results/csv-functions.sql.out        |   2 +-
 .../resources/sql-tests/results/datetime.sql.out   |  64 +++---
 .../resources/sql-tests/results/extract.sql.out    | 214 ++++++++++++---------
 .../sql-tests/results/group-by-filter.sql.out      |  12 +-
 .../resources/sql-tests/results/interval.sql.out   |  10 +-
 .../sql-tests/results/json-functions.sql.out       |   2 +-
 .../sql-tests/results/postgreSQL/text.sql.out      |   6 +-
 .../sql-tests/results/predicate-functions.sql.out  |  26 +--
 .../results/sql-compatibility-functions.sql.out    |  18 +-
 .../sql-tests/results/string-functions.sql.out     |   8 +-
 .../typeCoercion/native/dateTimeOperations.sql.out |   8 +-
 .../native/stringCastAndExpressions.sql.out        |   4 +-
 .../scala/org/apache/spark/sql/ExplainSuite.scala  |   6 +-
 23 files changed, 292 insertions(+), 244 deletions(-)


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