[GitHub] spark pull request: [SPARK-14548][SQL] Support not greater than an...

2016-04-25 Thread jliwork
Github user jliwork commented on the pull request: https://github.com/apache/spark/pull/12316#issuecomment-214459899 Awesome. Thank you! :-) --- 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-14548][SQL] Support not greater than an...

2016-04-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/12316 --- 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-14548][SQL] Support not greater than an...

2016-04-24 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/12316#issuecomment-214016276 OK thanks - I'm going to merge this. The test coverage is too excessive here. I'm going to remove most of the test cases before merging. --- If your project is set up

[GitHub] spark pull request: [SPARK-14548][SQL] Support not greater than an...

2016-04-24 Thread hvanhovell
Github user hvanhovell commented on the pull request: https://github.com/apache/spark/pull/12316#issuecomment-213927486 @rxin it being a bit on the esoteric side and setting a precedence are my minor objections. I am fine putting this in given the size and impact this has on the code

[GitHub] spark pull request: [SPARK-14548][SQL] Support not greater than an...

2016-04-23 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/12316#issuecomment-213892774 @hvanhovell Can you think of any downsides if we support this? It is a little bit esoteric. The main one I can think of is whether this would set a precedent in that a

[GitHub] spark pull request: [SPARK-14548][SQL] Support not greater than an...

2016-04-20 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12316#issuecomment-212316779 **[Test build #2834 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2834/consoleFull)** for PR 12316 at commit

[GitHub] spark pull request: [SPARK-14548][SQL] Support not greater than an...

2016-04-20 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12316#issuecomment-212283550 **[Test build #2834 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2834/consoleFull)** for PR 12316 at commit

[GitHub] spark pull request: [SPARK-14548][SQL] Support not greater than an...

2016-04-20 Thread jliwork
Github user jliwork commented on the pull request: https://github.com/apache/spark/pull/12316#issuecomment-212281661 @rxin gentle ping --- 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-14548][SQL] Support not greater than an...

2016-04-13 Thread jliwork
Github user jliwork commented on the pull request: https://github.com/apache/spark/pull/12316#issuecomment-209606539 @rxin Microsoft SQL Server, IBM DB2 and Sybase Adaptive Server support them. https://msdn.microsoft.com/en-us/library/ms188074.aspx

[GitHub] spark pull request: [SPARK-14548][SQL] Support not greater than an...

2016-04-13 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/12316#issuecomment-209247018 Can you summarize the list of database systems that support this syntax? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark pull request: [SPARK-14548][SQL] Support not greater than an...

2016-04-13 Thread hvanhovell
Github user hvanhovell commented on the pull request: https://github.com/apache/spark/pull/12316#issuecomment-209244788 I am not nessecarily against this but I find these quite confusing. Why not just write `>=` or `<=`? The PR itself looks pretty solid. --- If your project

[GitHub] spark pull request: [SPARK-14548][SQL] Support not greater than an...

2016-04-11 Thread jliwork
Github user jliwork commented on a diff in the pull request: https://github.com/apache/spark/pull/12316#discussion_r59323956 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -1432,4 +1432,15 @@ class DataFrameSuite extends QueryTest with

[GitHub] spark pull request: [SPARK-14548][SQL] Support not greater than an...

2016-04-11 Thread gatorsmile
Github user gatorsmile commented on the pull request: https://github.com/apache/spark/pull/12316#issuecomment-208677145 FYI, MS SQL Server supports these operators: https://msdn.microsoft.com/en-us/library/ms188074.aspx --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: [SPARK-14548][SQL] Support not greater than an...

2016-04-11 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/12316#issuecomment-208663567 Can you trigger the jenkin test? Thanks. --- 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-14548][SQL] Support not greater than an...

2016-04-11 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/12316#issuecomment-208663019 No let's not do that. --- 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-14548][SQL] Support not greater than an...

2016-04-11 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/12316#issuecomment-208662276 @rxin Do we need to add these operators to dsl? --- 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-14548][SQL] Support not greater than an...

2016-04-11 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/12316#discussion_r59310976 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -1432,4 +1432,15 @@ class DataFrameSuite extends QueryTest with

[GitHub] spark pull request: [SPARK-14548][SQL] Support not greater than an...

2016-04-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12316#issuecomment-208660462 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

[GitHub] spark pull request: [SPARK-14548][SQL] Support not greater than an...

2016-04-11 Thread jliwork
GitHub user jliwork opened a pull request: https://github.com/apache/spark/pull/12316 [SPARK-14548][SQL] Support not greater than and not less than operator in Spark SQL ## What changes were proposed in this pull request? !< means not less than which is equivalent to >=