You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jia Li (JIRA)" <ji...@apache.org> on 2016/04/12 03:30:25 UTC

[jira] [Created] (SPARK-14548) Support !> and !< operator in Spark SQL

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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org