HyukjinKwon commented on code in PR #46307:
URL: https://github.com/apache/spark/pull/46307#discussion_r1586928314
##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/CanonicalizeSuite.scala:
##########
@@ -454,4 +454,29 @@ class CanonicalizeSuite extends SparkFunSuite {
// different.
assert(common3.canonicalized != common4.canonicalized)
}
+
+ test("[SPARK-48035] Add/Multiply operator canonicalization should take into
account the" +
Review Comment:
```suggestion
test("SPARK-48035: Add/Multiply operator canonicalization should take into
account the" +
```
--
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]