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

    https://github.com/apache/spark/pull/15242#discussion_r80465445
  
    --- Diff: python/pyspark/sql/streaming.py ---
    @@ -315,9 +315,9 @@ def load(self, path=None, format=None, schema=None, 
**options):
             :param schema: optional :class:`pyspark.sql.types.StructType` for 
the input schema.
             :param options: all other string options
     
    -        >>> json_sdf = spark.readStream.format("json")\
    -                                       .schema(sdf_schema)\
    -                                       .load(tempfile.mkdtemp())
    +        >>> json_sdf = spark.readStream.format("json") \\
    --- End diff --
    
    Yes, it seems it does. I took a look and a sweep before - 
https://github.com/apache/spark/pull/14063
    
    I will take another look across the documentation again tomorrow.


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