Hyukjin Kwon created SPARK-16588:
------------------------------------

             Summary: Missed API fix for a function name mismatched between 
FunctionRegistry and functions.scala
                 Key: SPARK-16588
                 URL: https://issues.apache.org/jira/browse/SPARK-16588
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 2.0.0
            Reporter: Hyukjin Kwon
            Priority: Trivial


It seems the function {{monotonicallyIncreasingId}} was missed in 
https://issues.apache.org/jira/browse/SPARK-10621 

The registered name is 
[{{monotonically_increasing_id}}|https://github.com/apache/spark/blob/56bd399a86c4e92be412d151200cb5e4a5f6a48a/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala#L369]
 but 
[{{monotonicallyIncreasingId}}|https://github.com/apache/spark/blob/5f342049cce9102fb62b4de2d8d8fa691c2e8ac4/sql/core/src/main/scala/org/apache/spark/sql/functions.scala#L981]
 was still not deprecated and removed. 

So, this was also missed in https://issues.apache.org/jira/browse/SPARK-12600 
(removing deprecated APIs).





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