aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala12
1 files changed, 6 insertions, 6 deletions
diff --git a/sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala b/sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala
index 729cfc1da2..2472999de3 100644
--- a/sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala
+++ b/sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala
@@ -1194,7 +1194,7 @@ class DataFrame private[sql](
* be the target of an `insertInto`.
*
* Also note that while this function can persist the table metadata into Hive's metastore,
- * the table will NOT be accessible from Hive.
+ * the table will NOT be accessible from Hive, until SPARK-7550 is resolved.
* @group output
*/
@Experimental
@@ -1213,7 +1213,7 @@ class DataFrame private[sql](
* be the target of an `insertInto`.
*
* Also note that while this function can persist the table metadata into Hive's metastore,
- * the table will NOT be accessible from Hive.
+ * the table will NOT be accessible from Hive, until SPARK-7550 is resolved.
* @group output
*/
@Experimental
@@ -1240,7 +1240,7 @@ class DataFrame private[sql](
* be the target of an `insertInto`.
*
* Also note that while this function can persist the table metadata into Hive's metastore,
- * the table will NOT be accessible from Hive.
+ * the table will NOT be accessible from Hive, until SPARK-7550 is resolved.
* @group output
*/
@Experimental
@@ -1259,7 +1259,7 @@ class DataFrame private[sql](
* be the target of an `insertInto`.
*
* Also note that while this function can persist the table metadata into Hive's metastore,
- * the table will NOT be accessible from Hive.
+ * the table will NOT be accessible from Hive, until SPARK-7550 is resolved.
* @group output
*/
@Experimental
@@ -1278,7 +1278,7 @@ class DataFrame private[sql](
* be the target of an `insertInto`.
*
* Also note that while this function can persist the table metadata into Hive's metastore,
- * the table will NOT be accessible from Hive.
+ * the table will NOT be accessible from Hive, until SPARK-7550 is resolved.
* @group output
*/
@Experimental
@@ -1302,7 +1302,7 @@ class DataFrame private[sql](
* be the target of an `insertInto`.
*
* Also note that while this function can persist the table metadata into Hive's metastore,
- * the table will NOT be accessible from Hive.
+ * the table will NOT be accessible from Hive, until SPARK-7550 is resolved.
* @group output
*/
@Experimental