Jia Li created SPARK-14548:
------------------------------

             Summary: Support !> and !< operator in Spark SQL
                 Key: SPARK-14548
                 URL: https://issues.apache.org/jira/browse/SPARK-14548
             Project: Spark
          Issue Type: Improvement
          Components: SQL
            Reporter: Jia Li
            Priority: Minor


!< 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to