[jira] [Assigned] (SPARK-23566) Arguement name fix

2018-03-05 Thread Hyukjin Kwon (JIRA)

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

Hyukjin Kwon reassigned SPARK-23566:


Assignee: Anirudh

> Arguement name fix
> --
>
> Key: SPARK-23566
> URL: https://issues.apache.org/jira/browse/SPARK-23566
> Project: Spark
>  Issue Type: Documentation
>  Components: Documentation
>Affects Versions: 1.6.2, 2.3.0
>Reporter: Anirudh
>Assignee: Anirudh
>Priority: Minor
>  Labels: docs, minor, newbie
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> Doc String of `withColumnRenamed` has a wrongly marked argument.
>  
> {{    def withColumnRenamed(self, existing, new):}}
> {{    """Returns a new :class:`DataFrame` by renaming an existing 
> column.}}
> {{    This is a no-op if schema doesn't contain the given column name.}}
> {{    :param existing: string, name of the existing column to rename.}}
> {{    :param col: string, new name of the column.}}
> {{    >>> df.withColumnRenamed('age', 'age2').collect()}}
> {{    [Row(age2=2, name=u'Alice'), Row(age2=5, name=u'Bob')]}}
> {{    """}}
> Variable is `new` in argument list and `col` in the doc string.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Assigned] (SPARK-23566) Arguement name fix

2018-03-02 Thread Apache Spark (JIRA)

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

Apache Spark reassigned SPARK-23566:


Assignee: Apache Spark

> Arguement name fix
> --
>
> Key: SPARK-23566
> URL: https://issues.apache.org/jira/browse/SPARK-23566
> Project: Spark
>  Issue Type: Documentation
>  Components: Documentation
>Affects Versions: 1.6.2, 2.3.0
>Reporter: Anirudh
>Assignee: Apache Spark
>Priority: Minor
>  Labels: docs, minor, newbie
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> Doc String of `withColumnRenamed` has a wrongly marked argument.
>  
> {{    def withColumnRenamed(self, existing, new):}}
> {{    """Returns a new :class:`DataFrame` by renaming an existing 
> column.}}
> {{    This is a no-op if schema doesn't contain the given column name.}}
> {{    :param existing: string, name of the existing column to rename.}}
> {{    :param col: string, new name of the column.}}
> {{    >>> df.withColumnRenamed('age', 'age2').collect()}}
> {{    [Row(age2=2, name=u'Alice'), Row(age2=5, name=u'Bob')]}}
> {{    """}}
> Variable is `new` in argument list and `col` in the doc string.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Assigned] (SPARK-23566) Arguement name fix

2018-03-02 Thread Apache Spark (JIRA)

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

Apache Spark reassigned SPARK-23566:


Assignee: (was: Apache Spark)

> Arguement name fix
> --
>
> Key: SPARK-23566
> URL: https://issues.apache.org/jira/browse/SPARK-23566
> Project: Spark
>  Issue Type: Documentation
>  Components: Documentation
>Affects Versions: 1.6.2, 2.3.0
>Reporter: Anirudh
>Priority: Minor
>  Labels: docs, minor, newbie
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> Doc String of `withColumnRenamed` has a wrongly marked argument.
>  
> {{    def withColumnRenamed(self, existing, new):}}
> {{    """Returns a new :class:`DataFrame` by renaming an existing 
> column.}}
> {{    This is a no-op if schema doesn't contain the given column name.}}
> {{    :param existing: string, name of the existing column to rename.}}
> {{    :param col: string, new name of the column.}}
> {{    >>> df.withColumnRenamed('age', 'age2').collect()}}
> {{    [Row(age2=2, name=u'Alice'), Row(age2=5, name=u'Bob')]}}
> {{    """}}
> Variable is `new` in argument list and `col` in the doc string.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org