From ef6be7bedd9918c3398d510bb1eb1584908581c8 Mon Sep 17 00:00:00 2001 From: Andrew Or Date: Thu, 21 Apr 2016 14:52:42 -0700 Subject: [MINOR] Comment whitespace changes in #12553 --- .../scala/org/apache/spark/sql/SparkSession.scala | 19 ++++++++++--------- 1 file 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]]. -- cgit v1.2.3