You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/07/08 02:00:58 UTC

[spark] branch master updated (3659611 -> b5297c4)

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

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


    from 3659611  [SPARK-32124][CORE][FOLLOW-UP] Use the invalid value Int.MinValue to fill the map index when the event logs from the old Spark version
     add b5297c4  [SPARK-20680][SQL] Spark-sql do not support for creating table with void column datatype

No new revisions were added by this update.

Summary of changes:
 python/pyspark/sql/types.py                        |   3 +
 .../sql/catalyst/analysis/ResolveCatalogs.scala    |  11 ++
 .../spark/sql/catalyst/parser/AstBuilder.scala     |   1 +
 .../sql/connector/catalog/CatalogV2Util.scala      |  21 +++-
 .../org/apache/spark/sql/types/NullType.scala      |   4 +
 .../sql/catalyst/parser/DataTypeParserSuite.scala  |   1 +
 .../catalyst/analysis/ResolveSessionCatalog.scala  |  11 ++
 .../spark/sql/execution/datasources/rules.scala    |   3 +
 .../sql-functions/sql-expression-schema.md         |   2 +-
 .../sql-tests/results/ansi/literals.sql.out        |   2 +-
 .../sql-tests/results/inline-table.sql.out         |   2 +-
 .../resources/sql-tests/results/literals.sql.out   |   2 +-
 .../sql-tests/results/misc-functions.sql.out       |   2 +-
 .../sql-tests/results/postgreSQL/select.sql.out    |   4 +-
 .../results/sql-compatibility-functions.sql.out    |   6 +-
 .../sql-tests/results/udf/udf-inline-table.sql.out |   2 +-
 .../spark/sql/FileBasedDataSourceSuite.scala       |   2 +-
 .../org/apache/spark/sql/hive/HiveStrategies.scala |   3 +
 .../spark/sql/hive/execution/HiveDDLSuite.scala    | 121 +++++++++++++++++++++
 .../spark/sql/hive/orc/HiveOrcSourceSuite.scala    |   2 +-
 20 files changed, 191 insertions(+), 14 deletions(-)


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