Skip to content

Commit e36cdd0

Browse files
marmbrusliancheng
authored andcommitted
Spelling.
1 parent 2d0e168 commit e36cdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/SchemaRDD.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class SchemaRDD(
9999
def baseSchemaRDD = this
100100

101101
// =========================================================================================
102-
// RDD functions: Copy the interal row representation so we present immutable data to users.
102+
// RDD functions: Copy the internal row representation so we present immutable data to users.
103103
// =========================================================================================
104104

105105
override def compute(split: Partition, context: TaskContext): Iterator[Row] =

0 commit comments

Comments
 (0)