We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
private[parquet]
1 parent d60dcd1 commit b5cd809Copy full SHA for b5cd809
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetOptions.scala
@@ -28,7 +28,7 @@ import org.apache.spark.sql.internal.SQLConf
28
/**
29
* Options for the Parquet data source.
30
*/
31
-class ParquetOptions(
+private[parquet] class ParquetOptions(
32
@transient private val parameters: CaseInsensitiveMap[String],
33
@transient private val sqlConf: SQLConf)
34
extends Serializable {
0 commit comments