MaxGekk commented on code in PR #38767:
URL: https://github.com/apache/spark/pull/38767#discussion_r1030193084


##########
sql/core/src/main/scala/org/apache/spark/sql/SparkSessionExtensions.scala:
##########
@@ -230,7 +230,7 @@ class SparkSessionExtensions {
    * cache hit rate by normalizing different plans to the same form. These 
rules should never modify
    * the result of the LogicalPlan.
    */
-  def injectPlanNormalizationRules(builder: RuleBuilder): Unit = {
+  def injectPlanNormalizationRule(builder: RuleBuilder): Unit = {

Review Comment:
   How about the comment above. It mentions `rules` too.



-- 
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]

Reply via email to