Skip to content

Commit

Permalink
fix the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingCat committed Dec 2, 2017
1 parent bc70817 commit 4650307
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ case class InMemoryRelation(
}
}

private var inheritedStats: Option[Statistics] = _
private var inheritedStats: Option[Statistics] = None

private[execution] def setStatsFromCachedPlan(planToCache: LogicalPlan): Unit = {
require(planToCache.conf.cboEnabled, "you cannot use the stats of cached plan in" +
Expand Down

0 comments on commit 4650307

Please sign in to comment.