Skip to content

Commit

Permalink
JSONRelation's baseRDD need not be lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Howell committed May 4, 2015
1 parent f8add6e commit 15c5d1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private[sql] class DefaultSource
}

private[sql] class JSONRelation(
baseRDD: => RDD[String],
baseRDD: RDD[String],
val path: Option[String],
val samplingRatio: Double,
userSpecifiedSchema: Option[StructType])(
Expand Down

0 comments on commit 15c5d1b

Please sign in to comment.