Skip to content

Commit 4e441f8

Browse files
committed
fix build failure
1 parent 0cd4899 commit 4e441f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/columnar/InMemoryRelation.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ case class InMemoryRelation(
7777
tableName = None)(
7878
_cachedColumnBuffers,
7979
sizeInBytesStats,
80-
statsOfPlanToCache)
80+
statsOfPlanToCache,
81+
outputOrdering)
8182

8283
override def producedAttributes: AttributeSet = outputSet
8384

0 commit comments

Comments
 (0)