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 2021/08/02 15:20:36 UTC

[spark] branch master updated (a98d919 -> 2f70077)

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 a98d919  [SPARK-36206][CORE] Support shuffle data corruption diagnosis via shuffle checksum
     add 2f70077  [SPARK-36224][SQL] Use Void as the type name of NullType

No new revisions were added by this update.

Summary of changes:
 python/pyspark/sql/tests/test_types.py              |  3 +--
 python/pyspark/sql/types.py                         |  4 +++-
 .../scala/org/apache/spark/sql/types/DataType.scala |  2 ++
 .../scala/org/apache/spark/sql/types/NullType.scala |  2 ++
 .../org/apache/spark/sql/types/DataTypeSuite.scala  |  6 ++++++
 .../sql-functions/sql-expression-schema.md          |  6 +++---
 .../sql-tests/results/ansi/literals.sql.out         |  2 +-
 .../sql-tests/results/ansi/string-functions.sql.out |  4 ++--
 .../sql-tests/results/inline-table.sql.out          |  2 +-
 .../resources/sql-tests/results/literals.sql.out    |  2 +-
 .../sql-tests/results/misc-functions.sql.out        |  4 ++--
 .../sql-tests/results/postgreSQL/select.sql.out     |  4 ++--
 .../sql-tests/results/postgreSQL/text.sql.out       |  6 +++---
 .../results/sql-compatibility-functions.sql.out     |  6 +++---
 .../results/table-valued-functions.sql.out          |  2 +-
 .../sql-tests/results/udf/udf-inline-table.sql.out  |  2 +-
 .../apache/spark/sql/FileBasedDataSourceSuite.scala |  2 +-
 .../SparkExecuteStatementOperation.scala            |  1 -
 .../spark/sql/hive/client/HiveClientImpl.scala      | 21 +--------------------
 .../spark/sql/hive/execution/HiveDDLSuite.scala     | 12 ++++++------
 .../spark/sql/hive/orc/HiveOrcSourceSuite.scala     |  2 +-
 21 files changed, 43 insertions(+), 52 deletions(-)

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