Skip to content

Commit 6b4fcab

Browse files
committed
update comments
1 parent 8329a6b commit 6b4fcab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ public interface ConfigSupport {
4141
* session config's key doesn't exist in this mapping, the "spark.sql.${source}" prefix will
4242
* be trimmed. For example, if the data source name is "parquet", perform the following config
4343
* key mapping by default:
44-
* "spark.sql.parquet.int96AsTimestamp" -> "int96AsTimestamp",
45-
* "spark.sql.parquet.compression.codec" -> "compression.codec",
46-
* "spark.sql.columnNameOfCorruptRecord" -> "columnNameOfCorruptRecord".
44+
* "spark.sql.parquet.int96AsTimestamp" -> "int96AsTimestamp",
45+
* "spark.sql.parquet.compression.codec" -> "compression.codec",
46+
* "spark.sql.columnNameOfCorruptRecord" -> "columnNameOfCorruptRecord".
4747
*
4848
* If the mapping is specified, for example, the returned map contains an entry
49-
* ("spark.sql.columnNameOfCorruptRecord" -> "colNameCorrupt"), then the session config
49+
* ("spark.sql.columnNameOfCorruptRecord" -> "colNameCorrupt"), then the session config
5050
* "spark.sql.columnNameOfCorruptRecord" will be converted to "colNameCorrupt" in
51-
* [[org.apache.spark.sql.sources.v2.DataSourceV2Options]].
51+
* {@link DataSourceV2Options}.
5252
*/
5353
Map<String, String> getConfigMapping();
5454

0 commit comments

Comments
 (0)