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

    https://github.com/apache/spark/pull/14317#discussion_r71981312
  
    --- 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/sql/basic.py %}
    --- End diff --
    
    For Scala and Java, it's a convention that the file name should be the same 
as the (major) class defined in the file, while camel case file name doesn't 
conform to Python code convention. You may check other PySpark file names in 
the repo as a reference.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to