File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
sql/core/src/main/java/org/apache/spark/sql/sources/v2 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments