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.
1 parent 4c7349f commit 36339c8Copy full SHA for 36339c8
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/SourceOptions.scala
@@ -20,7 +20,7 @@ package org.apache.spark.sql.execution.datasources
20
import org.apache.spark.sql.catalyst.util.CaseInsensitiveMap
21
22
/**
23
- * Options for the Parquet data source.
+ * Options for the data source.
24
*/
25
class SourceOptions(
26
@transient private val parameters: CaseInsensitiveMap[String])
0 commit comments