You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2019/11/27 09:14:25 UTC

[spark] branch master updated (a58d91b -> 19af1fe)

This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from a58d91b  [SPARK-29768][SQL] Column pruning through nondeterministic expressions
     add 19af1fe  [SPARK-28461][SQL] Pad Decimal numbers with trailing zeros to the scale of the column

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        |  26 ++
 .../aggregate/ApproximatePercentile.scala          |   2 +-
 .../expressions/conditionalExpressions.scala       |   4 +-
 .../apache/spark/sql/execution/HiveResult.scala    |  10 +-
 .../ansi/decimalArithmeticOperations.sql.out       |  18 +-
 .../sql-tests/results/ansi/literals.sql.out        |   4 +-
 .../results/decimalArithmeticOperations.sql.out    |  46 +--
 .../resources/sql-tests/results/literals.sql.out   |   4 +-
 .../results/order-by-nulls-ordering.sql.out        |  48 +--
 .../results/postgreSQL/create_view.sql.out         |   2 +-
 .../sql-tests/results/postgreSQL/date.sql.out      |   4 +-
 .../sql-tests/results/postgreSQL/int2.sql.out      |  14 +-
 .../sql-tests/results/postgreSQL/int4.sql.out      |  14 +-
 .../sql-tests/results/postgreSQL/int8.sql.out      |  14 +-
 .../sql-tests/results/postgreSQL/numeric.sql.out   | 384 ++++++++++-----------
 .../sql-tests/results/postgreSQL/select.sql.out    |  20 +-
 .../sql-tests/results/postgreSQL/timestamp.sql.out |  20 +-
 .../sql-tests/results/postgreSQL/union.sql.out     |  16 +-
 .../results/postgreSQL/window_part4.sql.out        |   8 +-
 .../not-in-unit-tests-multi-column-literal.sql.out |   4 +-
 .../not-in-unit-tests-multi-column.sql.out         |  10 +-
 ...not-in-unit-tests-single-column-literal.sql.out |   2 +-
 .../not-in-unit-tests-single-column.sql.out        |  18 +-
 .../sql-tests/results/table-aliases.sql.out        |   2 +-
 .../typeCoercion/native/decimalPrecision.sql.out   |  80 ++---
 .../results/typeCoercion/native/division.sql.out   |  18 +-
 .../sql-tests/results/udf/udf-union.sql.out        |  12 +-
 .../test/resources/sql-tests/results/union.sql.out |  12 +-
 .../spark/sql/execution/HiveResultSuite.scala      |  15 +
 .../spark/sql/hive/thriftserver/CliSuite.scala     |   7 +
 .../decimal_4-6-693c2e345731f9b2b547c3b75218458e   |  72 ++--
 .../decimal_4-7-f1eb45492510cb76cf6b452121af8531   |  72 ++--
 ...serde_regex-10-c5b3ec90419a40660e5f83736241c429 |  74 ++--
 ...terministic)-2-1e88e0ba414a00195f7ebf6b8600ac04 | 192 +++++------
 ...erministic) 2-0-81bb7f49a55385878637c8aac4d08e5 | 242 ++++++-------
 ...rministic) 4-0-12cc78f3953c3e6b5411ddc729541bf0 | 164 ++++-----
 36 files changed, 847 insertions(+), 807 deletions(-)


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