Skip to content

Commit

Permalink
fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaido91 committed Apr 11, 2018
1 parent 0cd4899 commit 4e441f8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ case class InMemoryRelation(
tableName = None)(
_cachedColumnBuffers,
sizeInBytesStats,
statsOfPlanToCache)
statsOfPlanToCache,
outputOrdering)

override def producedAttributes: AttributeSet = outputSet

Expand Down

0 comments on commit 4e441f8

Please sign in to comment.