hvanhovell commented on a change in pull request #31538:
URL: https://github.com/apache/spark/pull/31538#discussion_r573569252
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/RemoveNoopOperatorsSuite.scala
##########
@@ -44,6 +45,22 @@ class RemoveNoopOperatorsSuite extends PlanTest {
comparePlans(optimized, testRelation)
}
+ test("Do not remove projections with non-attribute expressions that reuse
expr ids") {
Review comment:
Yeah, let me take another look. Internally I am developing against a
slightly older version of the codebase, so there might be some differences.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]