Repository: spark
Updated Branches:
  refs/heads/master a2e8d4fdd -> ef6be7bed


[MINOR] Comment whitespace changes in #12553


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ef6be7be
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/ef6be7be
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/ef6be7be

Branch: refs/heads/master
Commit: ef6be7bedd9918c3398d510bb1eb1584908581c8
Parents: a2e8d4f
Author: Andrew Or <and...@databricks.com>
Authored: Thu Apr 21 14:52:42 2016 -0700
Committer: Andrew Or <and...@databricks.com>
Committed: Thu Apr 21 14:52:42 2016 -0700

----------------------------------------------------------------------
 .../org/apache/spark/sql/SparkSession.scala      | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/ef6be7be/sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala
----------------------------------------------------------------------
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 70d889b..5c8742d 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]].


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to