You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/09/13 04:37:27 UTC

[spark] branch master updated (3be552c -> 3d08084)

This is an automated email from the ASF dual-hosted git repository.

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


    from 3be552c  [SPARK-30090][SHELL] Adapt Spark REPL to Scala 2.13
     add 3d08084  [SPARK-24994][SQL] Add UnwrapCastInBinaryComparison optimizer to simplify literal types

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/optimizer/Optimizer.scala   |   1 +
 .../optimizer/UnwrapCastInBinaryComparison.scala   | 236 +++++++++++++++++++++
 .../UnwrapCastInBinaryComparisonSuite.scala        | 161 ++++++++++++++
 .../spark/sql/FileBasedDataSourceSuite.scala       |  90 +++++++-
 4 files changed, 487 insertions(+), 1 deletion(-)
 create mode 100644 sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/UnwrapCastInBinaryComparison.scala
 create mode 100644 sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/UnwrapCastInBinaryComparisonSuite.scala


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