viirya commented on code in PR #38692:
URL: https://github.com/apache/spark/pull/38692#discussion_r1026173073
##########
sql/core/src/main/scala/org/apache/spark/sql/SparkSessionExtensions.scala:
##########
@@ -40,6 +40,7 @@ import org.apache.spark.sql.execution.{ColumnarRule,
SparkPlan}
* <ul>
* <li>Analyzer Rules.</li>
* <li>Check Analysis Rules.</li>
+ * <li>Plan Normalization Rules.</li>
Review Comment:
Cache Plan Normalization Rules? Since it is used for cache only.
--
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]