Skip to content

Commit 8329a6b

Browse files
committed
update comments.
1 parent 0dd7f2e commit 8329a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/java/org/apache/spark/sql/sources/v2/ConfigSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public interface ConfigSupport {
4848
* If the mapping is specified, for example, the returned map contains an entry
4949
* ("spark.sql.columnNameOfCorruptRecord" -> "colNameCorrupt"), then the session config
5050
* "spark.sql.columnNameOfCorruptRecord" will be converted to "colNameCorrupt" in
51-
* [[DataSourceV2Options]].
51+
* [[org.apache.spark.sql.sources.v2.DataSourceV2Options]].
5252
*/
5353
Map<String, String> getConfigMapping();
5454

0 commit comments

Comments
 (0)