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/19 07:28:44 UTC

[spark] branch master updated (0d99d7e -> 17857f9)

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 0d99d7e  [SPARK-30524] [SQL] follow up SPARK-30524 to resolve comments
     add 17857f9  [SPARK-30551][SQL] Disable comparison for interval type

No new revisions were added by this update.

Summary of changes:
 .../spark/unsafe/types/CalendarInterval.java       |  37 +-
 .../expressions/codegen/CodeGenerator.scala        |   2 -
 .../spark/sql/catalyst/expressions/ordering.scala  |   1 -
 .../apache/spark/sql/catalyst/util/TypeUtils.scala |   1 -
 .../apache/spark/sql/types/AbstractDataType.scala  |   4 +-
 .../spark/sql/types/CalendarIntervalType.scala     |   3 -
 .../sql/catalyst/util/IntervalUtilsSuite.scala     |  61 +-
 .../main/scala/org/apache/spark/sql/Dataset.scala  |   6 +-
 .../spark/sql/RelationalGroupedDataset.scala       |  39 +-
 .../spark/sql/execution/columnar/ColumnStats.scala |   8 +-
 .../test/resources/sql-tests/inputs/interval.sql   |  42 --
 .../sql-tests/results/ansi/interval.sql.out        | 760 ++++++++-------------
 .../resources/sql-tests/results/interval.sql.out   | 760 ++++++++-------------
 .../apache/spark/sql/DataFrameAggregateSuite.scala |  20 -
 .../sql/execution/columnar/ColumnStatsSuite.scala  |   6 +-
 .../sql/execution/columnar/ColumnTypeSuite.scala   |   2 +-
 16 files changed, 638 insertions(+), 1114 deletions(-)


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