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 0e554d4  [SPARK-35770][SQL] Parse YearMonthIntervalType from JSON
     add 939ae91  [SPARK-35130][SQL] Add make_dt_interval function to construct 
DayTimeIntervalType value

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/FunctionRegistry.scala   |  1 +
 .../catalyst/expressions/intervalExpressions.scala | 77 ++++++++++++++++++++++
 .../spark/sql/catalyst/util/IntervalUtils.scala    | 13 ++++
 .../expressions/IntervalExpressionsSuite.scala     | 45 +++++++++++++
 .../sql-functions/sql-expression-schema.md         |  5 +-
 .../test/resources/sql-tests/inputs/interval.sql   |  8 +++
 .../sql-tests/results/ansi/interval.sql.out        | 49 +++++++++++++-
 .../resources/sql-tests/results/interval.sql.out   | 50 +++++++++++++-
 8 files changed, 244 insertions(+), 4 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to