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

    https://github.com/apache/spark/pull/2740#discussion_r18730249
  
    --- Diff: python/pyspark/context.py ---
    @@ -83,8 +83,9 @@ def __init__(self, master=None, appName=None, 
sparkHome=None, pyFiles=None,
             :param environment: A dictionary of environment variables to set on
                    worker nodes.
             :param batchSize: The number of Python objects represented as a 
single
    -               Java object.  Set 1 to disable batching or -1 to use an
    -               unlimited batch size.
    +               Java object.  Set 1 to disable batching, or 0 to choose 
batch size
    +               based on size of objects automaticly, or -1 to use an 
unlimited
    --- End diff --
    
    Spelling: automatically.  How about "Set 1 to disable batching, 0 to 
automatically choose the batch size based on object sizes, or -1 to use an 
unlimited batch size"?


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to