kjmrknsn opened a new pull request #30082:
URL: https://github.com/apache/spark/pull/30082


   ### What changes were proposed in this pull request?
   This pull request changes the `sep` parameter's value from `:` to `;` in the 
example of `examples/src/main/python/sql/datasource.py`. This code snippet is 
shown on the Spark SQL Guide documentation. The `sep` parameter's value should 
be `;` since the data in 
https://github.com/apache/spark/blob/master/examples/src/main/resources/people.csv
 is separated by `;`.
   
   
   ### Why are the changes needed?
   To fix the example code so that it can be executed properly.
   
   
   ### Does this PR introduce _any_ user-facing change?
   Yes.
   This code snippet is shown on the Spark SQL Guide documentation: 
https://spark.apache.org/docs/latest/sql-data-sources-load-save-functions.html#manually-specifying-options
   
   
   ### How was this patch tested?
   By building the documentation and checking the Spark SQL Guide documentation 
manually in the local environment.


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