Skip to content
Snippets Groups Projects
Commit ef6be7be authored by Andrew Or's avatar Andrew Or
Browse files

[MINOR] Comment whitespace changes in #12553

parent a2e8d4fd
No related branches found
No related tags found
No related merge requests found
...@@ -187,9 +187,9 @@ class SparkSession private( ...@@ -187,9 +187,9 @@ class SparkSession private(
} }
/* ------------------------------------------------- * /* -------------------------------------------------- *
| Methods for accessing or mutating configurations | | Methods for accessing or mutating configurations |
* ------------------------------------------------- */ * -------------------------------------------------- */
/** /**
* Set Spark SQL configuration properties. * Set Spark SQL configuration properties.
...@@ -310,6 +310,7 @@ class SparkSession private( ...@@ -310,6 +310,7 @@ class SparkSession private(
cacheManager.lookupCachedData(qName).nonEmpty cacheManager.lookupCachedData(qName).nonEmpty
} }
/* --------------------------------- * /* --------------------------------- *
| Methods for creating DataFrames | | Methods for creating DataFrames |
* --------------------------------- */ * --------------------------------- */
...@@ -586,9 +587,9 @@ class SparkSession private( ...@@ -586,9 +587,9 @@ class SparkSession private(
} }
/* -------------------------- * /* --------------------------- *
| Methods related to tables | | Methods related to tables |
* -------------------------- */ * --------------------------- */
/** /**
* :: Experimental :: * :: Experimental ::
...@@ -790,9 +791,9 @@ class SparkSession private( ...@@ -790,9 +791,9 @@ class SparkSession private(
} }
/* ---------------- * /* ----------------- *
| Everything else | | Everything else |
* ---------------- */ * ----------------- */
/** /**
* Executes a SQL query using Spark, returning the result as a [[DataFrame]]. * Executes a SQL query using Spark, returning the result as a [[DataFrame]].
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment