dongjoon-hyun commented on a change in pull request #31908:
URL: https://github.com/apache/spark/pull/31908#discussion_r598377125
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/AggregateOptimizeSuite.scala
##########
@@ -71,4 +74,33 @@ class AggregateOptimizeSuite extends AnalysisTest {
comparePlans(optimized, correctAnswer)
}
+
+ test("Remove left join if it only has distinct on left side") {
Review comment:
Although it's not required for new features, could you add a test
prefix, `SPARK-34808:`, for reviewers, please?
--
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]