You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2020/01/22 16:42:53 UTC

[spark] branch master updated (8f7f4d5 -> 8e280ce)

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 8f7f4d5  [SPARK-30583][DOC] Document LIMIT Clause of SELECT statement in SQL Reference
     add 8e280ce  [SPARK-30592][SQL] Interval support for csv and json funtions

No new revisions were added by this update.

Summary of changes:
 .../src/main/scala/org/apache/spark/sql/Row.scala  |  8 +++--
 .../spark/sql/catalyst/csv/UnivocityParser.scala   |  5 ++++
 .../sql/catalyst/expressions/jsonExpressions.scala |  4 +--
 .../spark/sql/catalyst/json/JacksonGenerator.scala |  4 +++
 .../spark/sql/catalyst/json/JacksonParser.scala    |  8 ++++-
 .../spark/sql/catalyst/json/JacksonUtils.scala     |  3 +-
 .../spark/sql/types/CalendarIntervalType.scala     |  2 +-
 .../catalyst/expressions/CsvExpressionsSuite.scala | 12 +++++++-
 .../expressions/JsonExpressionsSuite.scala         | 31 +++++++-------------
 .../test/resources/sql-tests/inputs/interval.sql   |  6 ++++
 .../sql-tests/results/ansi/interval.sql.out        | 34 +++++++++++++++++++++-
 .../resources/sql-tests/results/interval.sql.out   | 34 +++++++++++++++++++++-
 .../org/apache/spark/sql/JsonFunctionsSuite.scala  | 33 ++++++++-------------
 13 files changed, 130 insertions(+), 54 deletions(-)


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