Github user xuanyuanking commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21553#discussion_r198185807
  
    --- Diff: python/pyspark/sql/conf.py ---
    @@ -64,6 +64,96 @@ def _checkType(self, obj, identifier):
                                 (identifier, obj, type(obj).__name__))
     
     
    +class ConfigEntry(object):
    --- End diff --
    
    @gatorsmile I moved all core configs using in pyspark into conf.py here. 
Please have a look when you have time.
    https://github.com/apache/spark/pull/21370#discussion_r194276735


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to