[ 
https://issues.apache.org/jira/browse/SPARK-12043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen resolved SPARK-12043.
-------------------------------
    Resolution: Not A Problem

> wrong comment for "gt" in Column.scala
> --------------------------------------
>
>                 Key: SPARK-12043
>                 URL: https://issues.apache.org/jira/browse/SPARK-12043
>             Project: Spark
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.5.2
>            Reporter: Atsushi Hayakawa
>            Priority: Trivial
>
> comment of "gt" is wrong.
> {code:none}
>   def gt(other: Any): Column = this > other
>   /**
>    * Less than.
>    * {{{
>    *   // Scala: The following selects people younger than 21.
>    *   people.select( people("age") < 21 )
>    *
>    *   // Java:
>    *   people.select( people("age").lt(21) );
>    * }}}
>    *
>    * @group expr_ops
>    * @since 1.3.0
>    */
> {code}
> This is for "lt".



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to