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/11/01 05:33:23 UTC

[spark] branch master updated (72a9f9c -> 4df40ea)

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 72a9f9c  [SPARK-37170][PYTHON][DOCS] Pin PySpark version installed in the Binder environment for tagged commit
     add 4df40ea  [SPARK-37160][SQL] Add a config to optionally disable padding for char type

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/util/CharVarcharUtils.scala | 31 +++++++
 .../org/apache/spark/sql/internal/SQLConf.scala    | 15 +++-
 .../apache/spark/sql/util/PartitioningUtils.scala  |  2 +-
 .../catalyst/analysis/ReplaceCharWithVarchar.scala | 71 ++++++++++++++++
 .../execution/command/createDataSourceTables.scala |  2 +-
 .../spark/sql/execution/command/tables.scala       |  3 +-
 .../apache/spark/sql/execution/command/views.scala |  2 +-
 .../datasources/v2/WriteToDataSourceV2Exec.scala   |  8 +-
 .../sql/internal/BaseSessionStateBuilder.scala     |  3 +-
 .../execution/command/CharVarcharDDLTestBase.scala | 99 ++++++++++++++++++++--
 .../spark/sql/hive/HiveSessionStateBuilder.scala   |  3 +-
 .../execution/CreateHiveTableAsSelectCommand.scala |  3 +-
 12 files changed, 218 insertions(+), 24 deletions(-)
 create mode 100644 sql/core/src/main/scala/org/apache/spark/sql/catalyst/analysis/ReplaceCharWithVarchar.scala

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