[ 
https://issues.apache.org/jira/browse/SPARK-10621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15025539#comment-15025539
 ] 

Apache Spark commented on SPARK-10621:
--------------------------------------

User 'rxin' has created a pull request for this issue:
https://github.com/apache/spark/pull/9948

> Audit function names in FunctionRegistry and corresponding method names shown 
> in functions.scala and functions.py
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-10621
>                 URL: https://issues.apache.org/jira/browse/SPARK-10621
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Yin Huai
>            Priority: Critical
>
> Right now, there are a few places that we are not very consistent.
> * There are a few functions that are registered in {{FunctionRegistry}}, but 
> not provided in {{functions.scala}} and {{functions.py}}. Examples are 
> {{isnull}} and {{get_json_object}}.
> * There are a few functions that we have different names in FunctionRegistry 
> and method name in DataFrame API. {{spark_partition_id}} is an example. In 
> FunctionRegistry, it is called {{spark_partition_id}}. But, DataFrame API, 
> the method is called {{sparkPartitionId}}.



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