Skip to content

Commit 36339c8

Browse files
committed
fix.
1 parent 4c7349f commit 36339c8

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/SourceOptions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package org.apache.spark.sql.execution.datasources
2020
import org.apache.spark.sql.catalyst.util.CaseInsensitiveMap
2121

2222
/**
23-
* Options for the Parquet data source.
23+
* Options for the data source.
2424
*/
2525
class SourceOptions(
2626
@transient private val parameters: CaseInsensitiveMap[String])

0 commit comments

Comments
 (0)