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 2e28622  [SPARK-28211][CORE][SHUFFLE] Propose Shuffle Driver 
Components API
     add 322ec0b  [SPARK-28885][SQL] Follow ANSI store assignment rules in 
table insertion by default

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        |  1 +
 .../spark/sql/catalyst/analysis/Analyzer.scala     | 18 ++++++++--------
 .../catalyst/analysis/TableOutputResolver.scala    | 11 ++++------
 .../spark/sql/catalyst/expressions/Cast.scala      |  1 +
 .../org/apache/spark/sql/internal/SQLConf.scala    |  6 +++---
 .../org/apache/spark/sql/types/DataType.scala      |  2 ++
 .../types/DataTypeWriteCompatibilitySuite.scala    | 24 ++++++++++++++--------
 .../spark/sql/execution/datasources/rules.scala    | 10 ++-------
 .../org/apache/spark/sql/SQLQueryTestSuite.scala   | 14 ++++++++++++-
 .../spark/sql/execution/command/DDLSuite.scala     |  4 ++--
 .../execution/datasources/orc/OrcSourceSuite.scala |  4 +++-
 .../datasources/parquet/ParquetQuerySuite.scala    | 16 +++++++--------
 .../org/apache/spark/sql/sources/InsertSuite.scala |  5 ++++-
 .../thriftserver/ThriftServerQueryTestSuite.scala  | 11 ++++++++++
 .../hive/execution/HiveCompatibilitySuite.scala    |  3 +++
 .../spark/sql/hive/client/VersionsSuite.scala      |  2 +-
 .../spark/sql/hive/execution/HiveDDLSuite.scala    |  4 ++--
 .../hive/execution/HiveSerDeReadWriteSuite.scala   |  8 +++++---
 .../spark/sql/hive/orc/HiveOrcQuerySuite.scala     |  5 ++++-
 19 files changed, 92 insertions(+), 57 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to