[GitHub] [spark] imback82 commented on a change in pull request #32032: [SPARK-34701][SQL] Introduce TransformaAfterAnalysis rule that allows a logical plan to be transformed after all the analysis ru

2021-04-01 Thread GitBox
imback82 commented on a change in pull request #32032: URL: https://github.com/apache/spark/pull/32032#discussion_r606034352 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/trees/TreeNode.scala ## @@ -830,7 +830,7 @@ abstract class TreeNode[BaseType <:

[GitHub] [spark] imback82 commented on a change in pull request #32032: [SPARK-34701][SQL] Introduce TransformaAfterAnalysis rule that allows a logical plan to be transformed after all the analysis ru

2021-04-01 Thread GitBox
imback82 commented on a change in pull request #32032: URL: https://github.com/apache/spark/pull/32032#discussion_r606017579 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala ## @@ -3701,6 +3703,16 @@ object CleanupAliases extends

[GitHub] [spark] imback82 commented on a change in pull request #32032: [SPARK-34701][SQL] Introduce TransformaAfterAnalysis rule that allows a logical plan to be transformed after all the analysis ru

2021-04-01 Thread GitBox
imback82 commented on a change in pull request #32032: URL: https://github.com/apache/spark/pull/32032#discussion_r606016600 ## File path: sql/core/src/main/scala/org/apache/spark/sql/catalyst/analysis/ResolveSessionCatalog.scala ## @@ -482,7 +482,7 @@ class