aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Or <andrew@databricks.com>2016-04-21 14:52:42 -0700
committerAndrew Or <andrew@databricks.com>2016-04-21 14:52:42 -0700
commitef6be7bedd9918c3398d510bb1eb1584908581c8 (patch)
tree1624d66976a0983ff0c61aa6a50326144661451a
parenta2e8d4fddd1446df946b3c05223e8b8ac6312c3c (diff)
downloadspark-ef6be7bedd9918c3398d510bb1eb1584908581c8.tar.gz
spark-ef6be7bedd9918c3398d510bb1eb1584908581c8.tar.bz2
spark-ef6be7bedd9918c3398d510bb1eb1584908581c8.zip
[MINOR] Comment whitespace changes in #12553
-rw-r--r--sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala19
1 files changed, 10 insertions, 9 deletions
diff --git a/sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala b/sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala
index 70d889b002..5c8742d1d8 100644
--- a/sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala
+++ b/sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala
@@ -187,9 +187,9 @@ class SparkSession private(
}
- /* ------------------------------------------------- *
- | Methods for accessing or mutating configurations |
- * ------------------------------------------------- */
+ /* -------------------------------------------------- *
+ | Methods for accessing or mutating configurations |
+ * -------------------------------------------------- */
/**
* Set Spark SQL configuration properties.
@@ -310,6 +310,7 @@ class SparkSession private(
cacheManager.lookupCachedData(qName).nonEmpty
}
+
/* --------------------------------- *
| Methods for creating DataFrames |
* --------------------------------- */
@@ -586,9 +587,9 @@ class SparkSession private(
}
- /* -------------------------- *
- | Methods related to tables |
- * -------------------------- */
+ /* --------------------------- *
+ | Methods related to tables |
+ * --------------------------- */
/**
* :: Experimental ::
@@ -790,9 +791,9 @@ class SparkSession private(
}
- /* ---------------- *
- | Everything else |
- * ---------------- */
+ /* ----------------- *
+ | Everything else |
+ * ----------------- */
/**
* Executes a SQL query using Spark, returning the result as a [[DataFrame]].