[spark] branch master updated (9459833 -> dde0d2f)

2019-11-27 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository.

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


from 9459833  [SPARK-29989][INFRA] Add `hadoop-2.7/hive-2.3` pre-built 
distribution
 add dde0d2f  [SPARK-29991][INFRA] Support `test-hive1.2` in PR Builder

No new revisions were added by this update.

Summary of changes:
 dev/run-tests.py | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)


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



[spark] branch master updated (9cd174a -> 9459833)

2019-11-27 Thread lixiao
This is an automated email from the ASF dual-hosted git repository.

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


from 9cd174a  Revert "[SPARK-28461][SQL] Pad Decimal numbers with trailing 
zeros to the scale of the column"
 add 9459833  [SPARK-29989][INFRA] Add `hadoop-2.7/hive-2.3` pre-built 
distribution

No new revisions were added by this update.

Summary of changes:
 dev/create-release/release-build.sh | 1 +
 1 file changed, 1 insertion(+)


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



[spark] branch master updated (16da714 -> 9cd174a)

2019-11-27 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository.

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


from 16da714  [SPARK-29979][SQL][FOLLOW-UP] improve the output of 
DesribeTableExec
 add 9cd174a  Revert "[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, 807 insertions(+), 847 deletions(-)


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



[spark] branch master updated (16da714 -> 9cd174a)

2019-11-27 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository.

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


from 16da714  [SPARK-29979][SQL][FOLLOW-UP] improve the output of 
DesribeTableExec
 add 9cd174a  Revert "[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, 807 insertions(+), 847 deletions(-)


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



[spark] branch master updated (d075b33 -> 16da714)

2019-11-27 Thread wenchen
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 d075b33  [SPARK-28366][CORE][FOLLOW-UP] Improve the conf 
IO_WARNING_LARGEFILETHRESHOLD
 add 16da714  [SPARK-29979][SQL][FOLLOW-UP] improve the output of 
DesribeTableExec

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/connector/catalog/TableCatalog.java  | 12 +++
 .../sql/connector/catalog/CatalogV2Util.scala  |  5 +--
 .../org/apache/spark/sql/DataFrameWriter.scala |  4 +--
 .../org/apache/spark/sql/DataFrameWriterV2.scala   |  4 ++-
 .../datasources/v2/DescribeTableExec.scala | 37 ++
 .../datasources/v2/V2SessionCatalog.scala  |  2 +-
 .../spark/sql/connector/DataSourceV2SQLSuite.scala | 22 -
 7 files changed, 58 insertions(+), 28 deletions(-)


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



[spark] branch master updated (7c0ce28 -> d075b33)

2019-11-27 Thread wenchen
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 7c0ce28  [SPARK-30056][INFRA] Skip building test artifacts in 
`dev/make-distribution.sh`
 add d075b33  [SPARK-28366][CORE][FOLLOW-UP] Improve the conf 
IO_WARNING_LARGEFILETHRESHOLD

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/org/apache/spark/internal/config/package.scala | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


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



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

2019-11-27 Thread gurwls223
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 19af1fe  [SPARK-28461][SQL] Pad Decimal numbers with trailing zeros to 
the scale of the column
 add 7c0ce28  [SPARK-30056][INFRA] Skip building test artifacts in 
`dev/make-distribution.sh`

No new revisions were added by this update.

Summary of changes:
 dev/make-distribution.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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



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

2019-11-27 Thread gurwls223
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-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org