kazuyukitanimura commented on a change in pull request #33865:
URL: https://github.com/apache/spark/pull/33865#discussion_r698810159
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/TypeCoercionSuite.scala
##########
@@ -1244,48 +1244,6 @@ class TypeCoercionSuite extends AnalysisTest {
)
}
- test("BooleanEquality simplification") {
- val be = TypeCoercion.BooleanEquality
Review comment:
Since we consolidated the simplification into
UnwrapCastInBinaryComparison, we have equivalent tests added in
UnwrapCastInBinaryComparisonSuite.scala
https://github.com/apache/spark/pull/33865/files#diff-cecb9a54bc9379bfe46610ca54215ef5921b512ca50c8630ec6dbb4b8576fdd1R306
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]