[spark] branch master updated (335f00b -> 2a8d7ed)

2021-05-02 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 335f00b  [SPARK-35285][SQL] Parse ANSI interval types in SQL schema
 add 2a8d7ed  [SPARK-35281][SQL] StaticInvoke should not apply boxing if 
return type is primitive

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/expressions/objects/objects.scala   |  2 +-
 .../sql/catalyst/expressions/ObjectExpressionsSuite.scala  | 14 +-
 2 files changed, 14 insertions(+), 2 deletions(-)

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



[spark] branch master updated (cd689c9 -> 335f00b)

2021-05-02 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 cd689c9  [SPARK-35192][SQL][TESTS] Port minimal TPC-DS datagen code 
from databricks/spark-sql-perf
 add 335f00b  [SPARK-35285][SQL] Parse ANSI interval types in SQL schema

No new revisions were added by this update.

Summary of changes:
 docs/sql-ref-ansi-compliance.md|  4 ++
 .../apache/spark/sql/catalyst/parser/SqlBase.g4| 14 +
 .../spark/sql/catalyst/parser/AstBuilder.scala |  8 +++
 .../spark/sql/types/DayTimeIntervalType.scala  |  2 +-
 .../spark/sql/types/YearMonthIntervalType.scala|  2 +-
 .../analysis/ExpressionTypeCheckingSuite.scala |  4 +-
 .../expressions/CollectionExpressionsSuite.scala   |  2 +-
 .../sql/catalyst/parser/DataTypeParserSuite.scala  |  2 +
 .../org/apache/spark/sql/types/DataTypeSuite.scala |  3 ++
 .../apache/spark/sql/types/StructTypeSuite.scala   |  8 +++
 .../sql-tests/results/ansi/datetime.sql.out| 12 ++---
 .../sql-tests/results/ansi/interval.sql.out| 60 +++---
 .../sql-tests/results/ansi/literals.sql.out| 18 +++
 .../sql-tests/results/datetime-legacy.sql.out  | 12 ++---
 .../resources/sql-tests/results/datetime.sql.out   | 12 ++---
 .../resources/sql-tests/results/extract.sql.out| 10 ++--
 .../resources/sql-tests/results/interval.sql.out   | 60 +++---
 .../resources/sql-tests/results/literals.sql.out   | 18 +++
 .../typeCoercion/native/promoteStrings.sql.out |  2 +-
 .../native/windowFrameCoercion.sql.out |  6 +--
 .../resources/sql-tests/results/window.sql.out |  2 +-
 21 files changed, 150 insertions(+), 111 deletions(-)

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



[spark] branch master updated (caa46ce -> cd689c9)

2021-05-02 Thread yamamuro
This is an automated email from the ASF dual-hosted git repository.

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


from caa46ce  [SPARK-35112][SQL] Support Cast string to day-second interval
 add cd689c9  [SPARK-35192][SQL][TESTS] Port minimal TPC-DS datagen code 
from databricks/spark-sql-perf

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build_and_test.yml   |  31 +-
 .../scala/org/apache/spark/sql/GenTPCDSData.scala  | 445 +
 .../scala/org/apache/spark/sql/TPCDSBase.scala | 537 +
 .../sql/{TPCDSBase.scala => TPCDSSchema.scala} |  92 +---
 4 files changed, 466 insertions(+), 639 deletions(-)
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/GenTPCDSData.scala
 copy sql/core/src/test/scala/org/apache/spark/sql/{TPCDSBase.scala => 
TPCDSSchema.scala} (83%)

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



[GitHub] [spark-website] xuanyuanking commented on pull request #334: update the spark-packages post

2021-05-02 Thread GitBox


xuanyuanking commented on pull request #334:
URL: https://github.com/apache/spark-website/pull/334#issuecomment-830792431


   Late LGTM. Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[spark] branch master updated (cfc0495 -> caa46ce)

2021-05-02 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository.

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


from cfc0495  [SPARK-34581][SQL] Don't optimize out grouping expressions 
from aggregate expressions without aggregate function
 add caa46ce  [SPARK-35112][SQL] Support Cast string to day-second interval

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/expressions/Cast.scala  | 17 ++-
 .../spark/sql/catalyst/util/IntervalUtils.scala| 52 ++
 .../spark/sql/catalyst/expressions/CastSuite.scala | 42 +
 3 files changed, 109 insertions(+), 2 deletions(-)

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