HyukjinKwon commented on a change in pull request #32204:
URL: https://github.com/apache/spark/pull/32204#discussion_r635975929



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/streaming/DataStreamReader.scala
##########
@@ -269,73 +218,20 @@ final class DataStreamReader private[sql](sparkSession: 
SparkSession) extends Lo
    * This function goes through the input once to determine the input schema. 
If you know the
    * schema in advance, use the version that specifies the schema to avoid the 
extra scan.
    *
-   * You can set the following JSON-specific options to deal with non-standard 
JSON files:
+   * You can set the following structured streaming option(s):

Review comment:
       ```suggestion
      * You can set the following option(s):
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to