Skip to content

Commit 2a802c6

Browse files
committed
apache#5654 updated the doc according to comments
1 parent 866e8df commit 2a802c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,8 +1086,8 @@ class DataFrame private[sql](
10861086
* an RDD out to a parquet file, and then register that file as a table. This "table" can then
10871087
* be the target of an `insertInto`.
10881088
*
1089-
* Also note that this doesn't create a hive table, but instead creates a Spark data source table.
1090-
* Here the metadata is persisted into Hive. But table will be not accessible from the hive.
1089+
* Also note that while this function can persist the table metadata into Hive's metastore,
1090+
* the table will NOT be accessible from Hive.
10911091
* @group output
10921092
*/
10931093
@Experimental

0 commit comments

Comments
 (0)