maropu commented on a change in pull request #28304:
URL: https://github.com/apache/spark/pull/28304#discussion_r413525735
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/LogicalPlan.scala
##########
@@ -40,6 +40,13 @@ abstract class LogicalPlan
super.verboseString(maxFields) + statsCache.map(", " +
_.toString).getOrElse("")
}
+ override protected def doCanonicalize(): LogicalPlan = {
+ if (!resolved) {
Review comment:
You think users use canonicalization? I think that is for internal use
only though.
----------------------------------------------------------------
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]