Skip to content

Conversation

@gepuro
Copy link

@gepuro gepuro commented Nov 30, 2015

comment of "gt" is wrong.

  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
   */

This is for "lt".

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@srowen
Copy link
Member

srowen commented Nov 30, 2015

Uh, you are quoting the wrong javadoc. The javadoc is correct as is -- it precedes, not follows, the method. Please close this PR.

@gepuro gepuro closed this Nov 30, 2015
@gepuro gepuro deleted the SPARK-12043 branch November 30, 2015 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants