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

    https://github.com/apache/spark/pull/14098#discussion_r71103044
  
    --- Diff: docs/sql-programming-guide.md ---
    @@ -79,7 +79,7 @@ The entry point into all functionality in Spark is the 
[`SparkSession`](api/java
     
     The entry point into all functionality in Spark is the 
[`SparkSession`](api/python/pyspark.sql.html#pyspark.sql.SparkSession) class. 
To create a basic `SparkSession`, just use `SparkSession.builder`:
     
    -{% include_example init_session python/sql.py %}
    +{% include_example init_session python/SparkSQLExample.py %}
    --- End diff --
    
    The original file name `sql.py` should be fine. Actually, the new name 
`SparkSQLExample.py` doesn't conform to Python convention. (You may check other 
file names under `examples/src/main/python`.)


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