diff --git a/sql/core/src/main/scala/org/apache/spark/sql/SparkSessionExtensions.scala b/sql/core/src/main/scala/org/apache/spark/sql/SparkSessionExtensions.scala index 39524e60862d1..3a1e770829845 100644 --- a/sql/core/src/main/scala/org/apache/spark/sql/SparkSessionExtensions.scala +++ b/sql/core/src/main/scala/org/apache/spark/sql/SparkSessionExtensions.scala @@ -35,6 +35,9 @@ import org.apache.spark.sql.execution.{ColumnarRule, SparkPlan} * :: Experimental :: * Holder for injection points to the [[SparkSession]]. We make NO guarantee about the stability * regarding binary compatibility and source compatibility of methods here. + * + * These extension points doesn't follow the exact order of sql execution + * E.g. Analyzer Rules are not the first point that gets called when sql execution begins. * * This current provides the following extension points: *