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: [email protected]
For additional commands, e-mail: [email protected]