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 2020/01/21 13:10:51 UTC

[spark] branch master updated (af70542 -> ff39c92)

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 af70542  [SPARK-30593][SQL] Revert interval ISO/ANSI SQL Standard output since we decide not to follow ANSI and no round trip
     add ff39c92  [SPARK-30252][SQL] Disallow negative scale of Decimal

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        |  2 ++
 python/pyspark/sql/tests/test_types.py             | 12 +++++---
 python/pyspark/sql/types.py                        |  2 --
 .../spark/sql/catalyst/expressions/literals.scala  |  7 +++--
 .../org/apache/spark/sql/internal/SQLConf.scala    | 12 ++++++++
 .../scala/org/apache/spark/sql/types/Decimal.scala | 13 ++++++++-
 .../org/apache/spark/sql/types/DecimalType.scala   | 24 +++++++++++-----
 .../catalyst/analysis/DecimalPrecisionSuite.scala  | 15 ++++++----
 .../sql/catalyst/csv/CSVInferSchemaSuite.scala     | 11 +++++---
 .../spark/sql/catalyst/expressions/CastSuite.scala | 31 +++++++++++---------
 .../catalyst/parser/ExpressionParserSuite.scala    | 10 +++++++
 .../org/apache/spark/sql/types/DecimalSuite.scala  | 33 ++++++++++++++++------
 .../ansi/decimalArithmeticOperations.sql.out       |  2 +-
 .../results/decimalArithmeticOperations.sql.out    | 16 +++++------
 .../subquery/in-subquery/in-group-by.sql.out       |  2 +-
 .../results/subquery/in-subquery/in-limit.sql.out  |  6 ++--
 .../subquery/in-subquery/in-order-by.sql.out       | 14 ++++-----
 .../subquery/in-subquery/in-set-operations.sql.out |  2 +-
 .../results/subquery/in-subquery/simple-in.sql.out |  4 +--
 .../scalar-subquery-predicate.sql.out              |  4 +--
 .../org/apache/spark/sql/MathFunctionsSuite.scala  | 29 ++++++++++---------
 .../sql/execution/datasources/json/JsonSuite.scala | 20 ++++++-------
 .../execution/datasources/json/TestJsonData.scala  |  4 +--
 .../thriftserver/ThriftServerQueryTestSuite.scala  |  2 +-
 24 files changed, 178 insertions(+), 99 deletions(-)


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