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 2019/11/16 09:47:41 UTC

[spark] branch master updated (f77c10d -> 40ea4a1)

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 f77c10d  [SPARK-29923][SQL][TESTS] Set io.netty.tryReflectionSetAccessible for Arrow on JDK9+
     add 40ea4a1  [SPARK-29807][SQL] Rename "spark.sql.ansi.enabled" to "spark.sql.dialect.spark.ansi.enabled"

No new revisions were added by this update.

Summary of changes:
 docs/sql-keywords.md                               |  8 +++----
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |  6 ++---
 .../spark/sql/catalyst/expressions/Cast.scala      |  4 ++--
 .../sql/catalyst/expressions/arithmetic.scala      |  2 +-
 .../spark/sql/catalyst/parser/ParseDriver.scala    |  4 ++--
 .../org/apache/spark/sql/internal/SQLConf.scala    | 28 ++++++++++++++--------
 .../catalyst/encoders/ExpressionEncoderSuite.scala |  2 +-
 .../sql/catalyst/encoders/RowEncoderSuite.scala    |  4 ++--
 .../expressions/ArithmeticExpressionSuite.scala    | 24 +++++++++----------
 .../spark/sql/catalyst/expressions/CastSuite.scala | 17 ++++++++-----
 .../expressions/DecimalExpressionSuite.scala       |  4 ++--
 .../sql/catalyst/expressions/ScalaUDFSuite.scala   |  4 ++--
 .../catalyst/parser/ExpressionParserSuite.scala    | 10 ++++----
 .../parser/TableIdentifierParserSuite.scala        |  2 +-
 .../resources/sql-tests/inputs/postgreSQL/text.sql |  4 ++--
 .../sql-tests/results/postgreSQL/text.sql.out      |  8 +++----
 .../org/apache/spark/sql/DataFrameSuite.scala      |  2 +-
 .../org/apache/spark/sql/SQLQueryTestSuite.scala   |  4 ++--
 .../thriftserver/ThriftServerQueryTestSuite.scala  |  4 ++--
 19 files changed, 77 insertions(+), 64 deletions(-)


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