Skip to content

Commit

Permalink
Use ParquetOptions in test, so change to pulbic
Browse files Browse the repository at this point in the history
Use ParquetOptions in test
  • Loading branch information
fjh100456 authored Dec 25, 2017
1 parent 3cf0c04 commit 10e5462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import org.apache.spark.sql.internal.SQLConf
/**
* Options for the Parquet data source.
*/
private[parquet] class ParquetOptions(
class ParquetOptions(
@transient private val parameters: CaseInsensitiveMap[String],
@transient private val sqlConf: SQLConf)
extends Serializable {
Expand Down

0 comments on commit 10e5462

Please sign in to comment.