[GitHub] spark pull request: [SQL] Bring back stack trace of AnalysisExcept...

2016-03-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11677 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request: [SQL] Bring back stack trace of AnalysisExcept...

2016-03-12 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/11677#issuecomment-195794650 Thanks - I've merged this and added JIRA ticket to the commit message. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark pull request: [SQL] Bring back stack trace of AnalysisExcept...

2016-03-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11677#issuecomment-195735074 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SQL] Bring back stack trace of AnalysisExcept...

2016-03-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11677#issuecomment-195735073 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [SQL] Bring back stack trace of AnalysisExcept...

2016-03-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11677#issuecomment-195735030 **[Test build #52999 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/52999/consoleFull)** for PR 11677 at commit

[GitHub] spark pull request: [SQL] Bring back stack trace of AnalysisExcept...

2016-03-12 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/11677#issuecomment-195718320 Also verified locally in Spark shell. Before: ``` scala> sqlContext range 10 select ('id as 'a, 'id as 'b) groupBy 'b agg 'a

[GitHub] spark pull request: [SQL] Bring back stack trace of AnalysisExcept...

2016-03-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11677#issuecomment-195717577 **[Test build #52999 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/52999/consoleFull)** for PR 11677 at commit

[GitHub] spark pull request: [SQL] Bring back stack trace of AnalysisExcept...

2016-03-12 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/11677#issuecomment-195717446 Seems that ASF JIRA is down right now, and I couldn't find the JIRA number. Will fill it back once JIRA comes back. --- If your project is set up for it, you can

[GitHub] spark pull request: [SQL] Bring back stack trace of AnalysisExcept...

2016-03-12 Thread liancheng
GitHub user liancheng opened a pull request: https://github.com/apache/spark/pull/11677 [SQL] Bring back stack trace of AnalysisException thrown from QueryExecution.assertAnalyzed ## What changes were proposed in this pull request? PR #11443 added an extra `plan: