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

    https://github.com/apache/spark/pull/15815#discussion_r88271039
  
    --- Diff: python/pyspark/sql/dataframe.py ---
    @@ -549,6 +549,11 @@ def distinct(self):
         def sample(self, withReplacement, fraction, seed=None):
             """Returns a sampled subset of this :class:`DataFrame`.
     
    +        .. note::
    --- End diff --
    
    Tiny question about this syntax (I don't know it) -- I see other instances 
of this in the code base have to use a line continuation `\` when it spans 
several lines? and then indent continuation lines flush with "..".


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