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 591e1c38dedd [SPARK-52612][INFRA] Add an env `NO_PROVIDED_SPARK_JARS` 
to control collection behavior of `sbt/package` for `spark-avro.jar` and 
`spark-protobuf.jar`
     add c5ed408ee3c2 [SPARK-52545][SQL] Standardize double-quote escaping to 
follow SQL specification

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/parser/SqlBaseLexer.g4      |  4 +-
 .../spark/sql/catalyst/util/SparkParserUtils.scala | 44 +++++++++++++++--
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 10 ++--
 .../org/apache/spark/sql/internal/SQLConf.scala    | 10 ++++
 .../sql/catalyst/parser/ParserUtilsSuite.scala     | 10 ++++
 .../double-quoted-identifiers-enabled.sql.out      | 20 ++++++++
 .../double-quoted-identifiers.sql.out              | 14 ++++++
 .../sql-tests/analyzer-results/literals.sql.out    | 48 +++++++++++++++++++
 .../nonansi/double-quoted-identifiers.sql.out      | 14 ++++++
 .../analyzer-results/nonansi/literals.sql.out      | 48 +++++++++++++++++++
 .../sql-tests/inputs/double-quoted-identifiers.sql |  5 +-
 .../test/resources/sql-tests/inputs/literals.sql   | 10 ++++
 .../double-quoted-identifiers-enabled.sql.out      | 22 +++++++++
 .../results/double-quoted-identifiers.sql.out      | 16 +++++++
 .../resources/sql-tests/results/literals.sql.out   | 56 ++++++++++++++++++++++
 .../nonansi/double-quoted-identifiers.sql.out      | 16 +++++++
 .../sql-tests/results/nonansi/literals.sql.out     | 56 ++++++++++++++++++++++
 ...teral_string-2-2cf4b7268b47246afdf6c792acca379d |  2 +-
 18 files changed, 393 insertions(+), 12 deletions(-)


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

Reply via email to