Skip to content

Commit 7804f60

Browse files
committed
Change to public
1 parent 78e0403 commit 7804f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetOptions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import org.apache.spark.sql.internal.SQLConf
2727
/**
2828
* Options for the Parquet data source.
2929
*/
30-
private[parquet] class ParquetOptions(
30+
class ParquetOptions(
3131
@transient private val parameters: CaseInsensitiveMap[String],
3232
@transient private val sqlConf: SQLConf)
3333
extends Serializable {

0 commit comments

Comments
 (0)