Skip to content

Commit

Permalink
update comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxb1987 committed Dec 6, 2017
1 parent 0dd7f2e commit 8329a6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public interface ConfigSupport {
* If the mapping is specified, for example, the returned map contains an entry
* ("spark.sql.columnNameOfCorruptRecord" -> "colNameCorrupt"), then the session config
* "spark.sql.columnNameOfCorruptRecord" will be converted to "colNameCorrupt" in
* [[DataSourceV2Options]].
* [[org.apache.spark.sql.sources.v2.DataSourceV2Options]].
*/
Map<String, String> getConfigMapping();

Expand Down

0 comments on commit 8329a6b

Please sign in to comment.