Skip to content

Commit

Permalink
Make the new buildScan and SqlNewHadoopRDD private sql.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuai committed May 20, 2015
1 parent e393555 commit 807fbf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private[spark] class SqlNewHadoopPartition(
* @param conf The Hadoop configuration.
*/
@DeveloperApi
class SqlNewHadoopRDD[K, V](
private[sql] class SqlNewHadoopRDD[K, V](
@transient sc : SparkContext,
broadcastedConf: Broadcast[SerializableWritable[Configuration]],
@transient initDriverSideJobFuncOpt: Option[Job => Unit],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ abstract class HadoopFsRelation private[sql](maybePartitionSpec: Option[Partitio
*
* @since 1.4.0
*/
def buildScan(
private[sql] def buildScan(
requiredColumns: Array[String],
filters: Array[Filter],
inputFiles: Array[FileStatus],
Expand Down

0 comments on commit 807fbf9

Please sign in to comment.