GitHub user HyukjinKwon opened a pull request:

    https://github.com/apache/spark/pull/12973

    [SPARK-12377][PySpark] Missing argments in implementation for Row.__call__ 
in PySpark

    ## What changes were proposed in this pull request?
    
    This PR corrects the implementation of `Row.__call__` so that let the 
object acts like class.
    
    ## How was this patch tested?
    
    Unittests in `pyspark/sql/types.py`.
    
    Closes #10356

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/HyukjinKwon/spark pr/10356

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/12973.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #12973
    
----
commit bbc38ba690bed3ba777817b0dda15b51cbd031f2
Author: somideshmukh <somi...@us.ibm.com>
Date:   2015-12-17T09:48:54Z

    [SPARK-12377][Python][Wrong implementation for Row.__call__ in pyspark]

commit 2b3e9b91a6d8a887998c556a5c30e1385efe6089
Author: somideshmukh <somi...@us.ibm.com>
Date:   2016-01-14T12:02:04Z

    [SPARK-12377][Python][Wrong implementation for Row.__call__ in 
pyspark,Added Regression Testing]

commit 18108fa7a5494eafd802fd685204d429b1549aae
Author: hyukjinkwon <gurwls...@gmail.com>
Date:   2016-05-07T03:15:22Z

    Fetch upstream

commit cf1fd05c681de68db159968622cb379c4718f197
Author: hyukjinkwon <gurwls...@gmail.com>
Date:   2016-05-07T04:40:25Z

    Object-like access of PySpark

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to