[GitHub] spark pull request: [SPARK-4154][SQL] Query does not work if it ha...

2014-10-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/3017 --- 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 enab

[GitHub] spark pull request: [SPARK-4154][SQL] Query does not work if it ha...

2014-10-31 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/3017#issuecomment-61307800 Thanks! Merged to master. --- 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-4154][SQL] Query does not work if it ha...

2014-10-31 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3017#issuecomment-61299200 [Test build #22612 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22612/consoleFull) for PR 3017 at commit [`65fc89e`](https://gith

[GitHub] spark pull request: [SPARK-4154][SQL] Query does not work if it ha...

2014-10-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3017#issuecomment-61299208 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/22

[GitHub] spark pull request: [SPARK-4154][SQL] Query does not work if it ha...

2014-10-31 Thread ravipesala
Github user ravipesala commented on the pull request: https://github.com/apache/spark/pull/3017#issuecomment-61291682 Thank you for your comment.I handled it and also rebased with master.Please review it --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-4154][SQL] Query does not work if it ha...

2014-10-31 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3017#issuecomment-61291443 [Test build #22612 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22612/consoleFull) for PR 3017 at commit [`65fc89e`](https://githu

[GitHub] spark pull request: [SPARK-4154][SQL] Query does not work if it ha...

2014-10-30 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/3017#discussion_r19638167 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala --- @@ -985,15 +985,19 @@ private[hive] object HiveQl { In(nodeToExpr(valu

[GitHub] spark pull request: [SPARK-4154][SQL] Query does not work if it ha...

2014-10-30 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/3017#issuecomment-61173891 Other than a very minor formatting issue LGTM. --- 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 pr

[GitHub] spark pull request: [SPARK-4154][SQL] Query does not work if it ha...

2014-10-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3017#issuecomment-61155160 [Test build #22540 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22540/consoleFull) for PR 3017 at commit [`805eebc`](https://gith

[GitHub] spark pull request: [SPARK-4154][SQL] Query does not work if it ha...

2014-10-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3017#issuecomment-61155169 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/22

[GitHub] spark pull request: [SPARK-4154][SQL] Query does not work if it ha...

2014-10-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3017#issuecomment-61146583 [Test build #22540 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22540/consoleFull) for PR 3017 at commit [`805eebc`](https://githu

[GitHub] spark pull request: [SPARK-4154][SQL] Query does not work if it ha...

2014-10-30 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/3017#issuecomment-61146229 ok to test --- 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 ena

[GitHub] spark pull request: [SPARK-4154][SQL] Query does not work if it ha...

2014-10-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3017#issuecomment-61136885 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-4154][SQL] Query does not work if it ha...

2014-10-30 Thread ravipesala
GitHub user ravipesala opened a pull request: https://github.com/apache/spark/pull/3017 [SPARK-4154][SQL] Query does not work if it has "not between " in Spark SQL and HQL if the query contains "not between" does not work like. SELECT * FROM src where key not between 10 and 20'