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