Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/17096
  
    @holdenk and @viirya, I got rid of the changes in `types.py` and only left 
that I am pretty sure.
    
    There are two kind of changes here that look used in the only local scope.
    
    One seems for used `getattr` I guess it is fine as below:
    
    ```python
    >>> getattr("a", u"__str__")
    <method-wrapper '__str__' of str object at 0x10a24e580>
    >>> getattr("a", "__str__")
    <method-wrapper '__str__' of str object at 0x10a24e580>
    ```
    
    and other one seems used for setting an parameter to JVM which seems 
already used in the code base much more.
    



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