cloud-fan commented on code in PR #38767:
URL: https://github.com/apache/spark/pull/38767#discussion_r1030324709


##########
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:
   good catch! I checked other APIs and they use `rules` in the doc as well. It 
probably means all the rule that were added by this API.



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to