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 2022/07/08 07:38:30 UTC

[spark] branch master updated (757e6514b09 -> 7a4b93dff9c)

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 757e6514b09 [SPARK-39713][SQL] ANSI mode: add suggestion of using try_element_at for INVALID_ARRAY_INDEX error
     add 7a4b93dff9c [SPARK-39627][SQL] DS V2 pushdown should unify the compile API

No new revisions were added by this update.

Summary of changes:
 .../sql/connector/util/V2ExpressionSQLBuilder.java | 32 +++++++++-
 .../org/apache/spark/sql/jdbc/DB2Dialect.scala     | 60 ++++++++++---------
 .../org/apache/spark/sql/jdbc/DerbyDialect.scala   | 26 ++-------
 .../org/apache/spark/sql/jdbc/H2Dialect.scala      | 68 ++++++----------------
 .../org/apache/spark/sql/jdbc/JdbcDialects.scala   | 38 +++++-------
 .../apache/spark/sql/jdbc/MsSqlServerDialect.scala | 52 +++++++++--------
 .../org/apache/spark/sql/jdbc/MySQLDialect.scala   | 26 ++-------
 .../org/apache/spark/sql/jdbc/OracleDialect.scala  | 35 ++---------
 .../apache/spark/sql/jdbc/PostgresDialect.scala    | 42 ++-----------
 .../apache/spark/sql/jdbc/TeradataDialect.scala    | 39 ++-----------
 .../org/apache/spark/sql/jdbc/JDBCV2Suite.scala    | 19 +-----
 11 files changed, 157 insertions(+), 280 deletions(-)


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