Skip to content

Commit

Permalink
apache#5654 updated the doc according to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
phatak-dev committed Apr 23, 2015
1 parent 866e8df commit 2a802c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1086,8 +1086,8 @@ class DataFrame private[sql](
* an RDD out to a parquet file, and then register that file as a table. This "table" can then
* be the target of an `insertInto`.
*
* Also note that this doesn't create a hive table, but instead creates a Spark data source table.
* Here the metadata is persisted into Hive. But table will be not accessible from the hive.
* Also note that while this function can persist the table metadata into Hive's metastore,
* the table will NOT be accessible from Hive.
* @group output
*/
@Experimental
Expand Down

0 comments on commit 2a802c6

Please sign in to comment.