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 0dd7f2e commit 8329a6bCopy full SHA for 8329a6b
sql/core/src/main/java/org/apache/spark/sql/sources/v2/ConfigSupport.java
@@ -48,7 +48,7 @@ public interface ConfigSupport {
48
* If the mapping is specified, for example, the returned map contains an entry
49
* ("spark.sql.columnNameOfCorruptRecord" -> "colNameCorrupt"), then the session config
50
* "spark.sql.columnNameOfCorruptRecord" will be converted to "colNameCorrupt" in
51
- * [[DataSourceV2Options]].
+ * [[org.apache.spark.sql.sources.v2.DataSourceV2Options]].
52
*/
53
Map<String, String> getConfigMapping();
54
0 commit comments