[GitHub] [spark] ivoson commented on a change in pull request #32557: [SPARK-35411][SQL] Add essential information while serializing TreeNode to json

2021-05-17 Thread GitBox
ivoson commented on a change in pull request #32557: URL: https://github.com/apache/spark/pull/32557#discussion_r633937423 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/trees/TreeNode.scala ## @@ -1001,6 +1001,9 @@ abstract class TreeNode[BaseType <:

[GitHub] [spark] ivoson commented on a change in pull request #32557: [SPARK-35411][SQL] Add essential information while serializing TreeNode to json

2021-05-17 Thread GitBox
ivoson commented on a change in pull request #32557: URL: https://github.com/apache/spark/pull/32557#discussion_r633962343 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/trees/TreeNode.scala ## @@ -1001,6 +1001,9 @@ abstract class TreeNode[BaseType <:

[GitHub] [spark] ivoson commented on a change in pull request #32557: [SPARK-35411][SQL] Add essential information while serializing TreeNode to json

2021-05-18 Thread GitBox
ivoson commented on a change in pull request #32557: URL: https://github.com/apache/spark/pull/32557#discussion_r634256260 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/trees/TreeNode.scala ## @@ -997,9 +997,11 @@ abstract class TreeNode[BaseType <: T