mihailotim-db commented on code in PR #50953:
URL: https://github.com/apache/spark/pull/50953#discussion_r2099485318
##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/plans/NormalizePlanSuite.scala:
##########
@@ -48,7 +48,7 @@ class NormalizePlanSuite extends SparkFunSuite with
SQLConfHelper {
assert(NormalizePlan(baselinePlan) == NormalizePlan(testPlan))
}
- test("Normalize ordering in a project list of an inner Project") {
+ test("Normalize ordering in a project list of an inner Project of Project") {
Review Comment:
```suggestion
test("Normalize ordering in a project list of an inner Project under
Project") {
```
Same below
--
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]