[MINOR] Comment whitespace changes in #12553

This commit is contained in:
Andrew Or 2016-04-21 14:52:42 -07:00
parent a2e8d4fddd
commit ef6be7bedd

View file

@ -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]].