We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866e8df commit 2a802c6Copy full SHA for 2a802c6
sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala
@@ -1086,8 +1086,8 @@ class DataFrame private[sql](
1086
* an RDD out to a parquet file, and then register that file as a table. This "table" can then
1087
* be the target of an `insertInto`.
1088
*
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.
+ * Also note that while this function can persist the table metadata into Hive's metastore,
+ * the table will NOT be accessible from Hive.
1091
* @group output
1092
*/
1093
@Experimental
0 commit comments