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

    https://github.com/apache/spark/pull/19643#discussion_r149477868
  
    --- Diff: python/pyspark/context.py ---
    @@ -860,6 +860,19 @@ def addPyFile(self, path):
                 import importlib
                 importlib.invalidate_caches()
     
    +    def addJar(self, path, addToCurrentClassLoader=False):
    --- End diff --
    
    We should mention that adding a jar to the current class loader is a 
developer API and may change.


---

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

Reply via email to