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 >=
    !> means not greater than which is equivalent to <=
    
    I'd to create a PR to support these two operators. 
    
    ## How was this patch tested?
    
    I've added new test cases in: DataFrameSuite, ExpressionParserSuite, 
JDBCSuite, PlanParserSuite, SQLQuerySuite
    
    @dilipbiswal @viirya @gatorsmile 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jliwork/spark SPARK-14548

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/12316.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #12316
    
----
commit 6792fe59990fcc925eb86bcbcd297f6f57505c8e
Author: jliwork <ji...@us.ibm.com>
Date:   2016-04-12T01:33:50Z

    support not greater than and not less than operator in Spark SQL

----


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to