[GitHub] [spark] maropu commented on a change in pull request #28951: [SPARK-32131][SQL] union and set operations have wrong exception infomation

2020-06-30 Thread GitBox
maropu commented on a change in pull request #28951: URL: https://github.com/apache/spark/pull/28951#discussion_r447476067 ## File path: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/AnalysisSuite.scala ## @@ -831,4 +831,57 @@ class AnalysisSuite extends

[GitHub] [spark] maropu commented on a change in pull request #28951: [SPARK-32131][SQL] union and set operations have wrong exception infomation

2020-06-30 Thread GitBox
maropu commented on a change in pull request #28951: URL: https://github.com/apache/spark/pull/28951#discussion_r447475628 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala ## @@ -337,7 +337,8 @@ trait CheckAnalysis extends