[GitHub] [spark] maryannxue commented on a change in pull request #29593: [SPARK-32753][SQL] Do not override when copying tags

2020-09-03 Thread GitBox
maryannxue commented on a change in pull request #29593: URL: https://github.com/apache/spark/pull/29593#discussion_r483147875 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/trees/TreeNode.scala ## @@ -91,7 +91,11 @@ abstract class TreeNode[BaseType

[GitHub] [spark] maryannxue commented on a change in pull request #29593: [SPARK-32753][SQL] Do not override when copying tags

2020-09-02 Thread GitBox
maryannxue commented on a change in pull request #29593: URL: https://github.com/apache/spark/pull/29593#discussion_r481756127 ## File path: sql/core/src/test/scala/org/apache/spark/sql/execution/adaptive/AdaptiveQueryExecSuite.scala ## @@ -1205,4 +1205,13 @@ class