You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/07/17 08:21:20 UTC

[jira] [Assigned] (SPARK-16588) Missed API fix for a function name mismatched between FunctionRegistry and functions.scala

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

Apache Spark reassigned SPARK-16588:
------------------------------------

    Assignee:     (was: Apache Spark)

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