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

    https://github.com/apache/spark/pull/19429#discussion_r143287505
  
    --- Diff: 
examples/src/main/java/org/apache/spark/examples/sql/JavaSQLDataSourceExample.java
 ---
    @@ -115,7 +115,20 @@ private static void 
runBasicDataSourceExample(SparkSession spark) {
         Dataset<Row> peopleDF =
           
spark.read().format("json").load("examples/src/main/resources/people.json");
         peopleDF.select("name", 
"age").write().format("parquet").save("namesAndAges.parquet");
    -    // $example off:manual_load_options$
    +    // $example on:manual_load_options_csv$
    --- End diff --
    
    You still need to keep 
    > // $example off:manual_load_options$


---

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

Reply via email to