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

    https://github.com/apache/spark/pull/13098#discussion_r63349462
  
    --- Diff: docs/sql-programming-guide.md ---
    @@ -1072,8 +1072,8 @@ people.write.parquet("people.parquet")
     // The result of loading a Parquet file is also a DataFrame.
     val parquetFile = sqlContext.read.parquet("people.parquet")
     
    -//Parquet files can also be registered as tables and then used in SQL 
statements.
    -parquetFile.registerTempTable("parquetFile")
    +//Parquet files can also be used to create a temporary view and then used 
in SQL statements.
    --- End diff --
    
    Nit: Space after `//`.


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