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 2d0e168 commit e36cdd0Copy full SHA for e36cdd0
sql/core/src/main/scala/org/apache/spark/sql/SchemaRDD.scala
@@ -99,7 +99,7 @@ class SchemaRDD(
99
def baseSchemaRDD = this
100
101
// =========================================================================================
102
- // RDD functions: Copy the interal row representation so we present immutable data to users.
+ // RDD functions: Copy the internal row representation so we present immutable data to users.
103
104
105
override def compute(split: Partition, context: TaskContext): Iterator[Row] =
0 commit comments