Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
#5654 updated the doc according to comments
  • Loading branch information
phatak-dev committed Apr 23, 2015
commit 2a802c6d3ce59210a04cf7c38d2f69ed7751128e
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are multiple saveAsTable functions. Do you mind updating them as well?

* @group output
*/
@Experimental
Expand Down