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

Yu Ishikawa commented on SPARK-10276:
-------------------------------------

It seems that `@since` depends on an order of decorators. 

{noformat}
# Work
@classmethod
@since("1.4.0")
def foo(cls):

# Not Work
@since("1.4.0")
@classmethod
def bar(cls):
{noformat}

> Add @since annotation to pyspark.mllib.recommendation
> -----------------------------------------------------
>
>                 Key: SPARK-10276
>                 URL: https://issues.apache.org/jira/browse/SPARK-10276
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Documentation, MLlib, PySpark
>            Reporter: Xiangrui Meng
>            Priority: Minor
>              Labels: starter
>




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