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

    https://github.com/apache/spark/pull/20325#discussion_r162845525
  
    --- Diff: docs/sql-programming-guide.md ---
    @@ -580,6 +580,9 @@ default local Hive metastore (using Derby) for you. 
Unlike the `createOrReplaceT
     Hive metastore. Persistent tables will still exist even after your Spark 
program has restarted, as
     long as you maintain your connection to the same metastore. A DataFrame 
for a persistent table can
     be created by calling the `table` method on a `SparkSession` with the name 
of the table.
    +Notice that for `DataFrames` is built on Hive table, `insertInto` should 
be used instead of `saveAsTable`.
    --- End diff --
    
    Done. Thanks!


---

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

Reply via email to