Shuai Lin created SPARK-17940:
---------------------------------

             Summary: Typo in LAST function error message
                 Key: SPARK-17940
                 URL: https://issues.apache.org/jira/browse/SPARK-17940
             Project: Spark
          Issue Type: Improvement
          Components: SQL
            Reporter: Shuai Lin
            Priority: Minor


https://github.com/apache/spark/blob/v2.0.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/Last.scala#L40

{code}
      throw new AnalysisException("The second argument of First should be a 
boolean literal.")
{code} 

"First" should be "Last".

Also the usage string can be improved to match the FIRST function.



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