[GitHub] spark pull request: [SPARK-7149] [SQL] Fix system default alias pr...

2015-08-02 Thread haiyangsea
Github user haiyangsea closed the pull request at: https://github.com/apache/spark/pull/5861 --- 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: [SPARK-7149] [SQL] Fix system default alias pr...

2015-05-04 Thread haiyangsea
Github user haiyangsea commented on the pull request: https://github.com/apache/spark/pull/5861#issuecomment-98690829 @marmbrus. I have already realized this problem, but didn't find a good way to solve it.Thank you for reminding me, I will try to fix it according to the idea you prov

[GitHub] spark pull request: [SPARK-7149] [SQL] Fix system default alias pr...

2015-05-02 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/5861#issuecomment-98408007 You could still have collisions if the user uses backticks. It seems like what we really want to do is add a `systemGenerated` property to attributes that defaults to f

[GitHub] spark pull request: [SPARK-7149] [SQL] Fix system default alias pr...

2015-05-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5861#issuecomment-98323926 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/316

[GitHub] spark pull request: [SPARK-7149] [SQL] Fix system default alias pr...

2015-05-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5861#issuecomment-98323922 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-7149] [SQL] Fix system default alias pr...

2015-05-02 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5861#issuecomment-98323904 [Test build #31658 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/31658/consoleFull) for PR 5861 at commit [`620473e`](https://gith

[GitHub] spark pull request: [SPARK-7149] [SQL] Fix system default alias pr...

2015-05-01 Thread haiyangsea
Github user haiyangsea commented on the pull request: https://github.com/apache/spark/pull/5861#issuecomment-98316844 @rxin "having-condition" contains "-" operator. --- 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: [SPARK-7149] [SQL] Fix system default alias pr...

2015-05-01 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5861#issuecomment-98311958 [Test build #31658 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/31658/consoleFull) for PR 5861 at commit [`620473e`](https://githu

[GitHub] spark pull request: [SPARK-7149] [SQL] Fix system default alias pr...

2015-05-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5861#issuecomment-98311408 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-7149] [SQL] Fix system default alias pr...

2015-05-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5861#issuecomment-98311397 Merged build triggered. --- 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 ha

[GitHub] spark pull request: [SPARK-7149] [SQL] Fix system default alias pr...

2015-05-01 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/5861#issuecomment-98310852 Is having-condition invalid? --- 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 th

[GitHub] spark pull request: [SPARK-7149] [SQL] Fix system default alias pr...

2015-05-01 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/5861#issuecomment-98310901 Jenkins, test this please. --- 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

[GitHub] spark pull request: [SPARK-7149] [SQL] Fix system default alias pr...

2015-05-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5861#issuecomment-98308017 Can one of the admins verify this patch? --- 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 pro

[GitHub] spark pull request: [SPARK-7149] [SQL] Fix system default alias pr...

2015-05-01 Thread haiyangsea
GitHub user haiyangsea opened a pull request: https://github.com/apache/spark/pull/5861 [SPARK-7149] [SQL] Fix system default alias problem executing the following sql statement will throw exception: ```sql select key as havingCondition from testData group by key having