Skip to content

Commit 1d30cc5

Browse files
committed
fix
1 parent 2eaf058 commit 1d30cc5

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/execution/columnar/InMemoryRelation.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ case class InMemoryRelation(
206206
outputOrdering).asInstanceOf[this.type]
207207
}
208208

209-
override protected def otherCopyArgs: Seq[AnyRef] = Seq(statsOfPlanToCache)
209+
override protected def otherCopyArgs: Seq[AnyRef] = Seq(statsOfPlanToCache, outputOrdering)
210210

211211
override def simpleString: String =
212212
s"InMemoryRelation [${Utils.truncatedString(output, ", ")}], ${cacheBuilder.storageLevel}"

0 commit comments

Comments
 (0)