We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5221530 commit df25cefCopy full SHA for df25cef
sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala
@@ -102,7 +102,7 @@ private[sql] object DataFrame {
102
*/
103
// TODO: Improve documentation.
104
@Experimental
105
-final class DataFrame protected[sql](
+class DataFrame protected[sql](
106
@transient val sqlContext: SQLContext,
107
@DeveloperApi @transient val queryExecution: SQLContext#QueryExecution)
108
extends RDDApi[Row] with Serializable {
0 commit comments