File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sql/core/src/main/scala/org/apache/spark/sql/sources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ trait RelationProvider {
7575 * A new instance of this class with be instantiated each time a DDL call is made.
7676 *
7777 * The difference between a [[RelationProvider ]] and a [[SchemaRelationProvider ]] is that
78- * users need to provide a schema when using a SchemaRelationProvider.
78+ * users need to provide a schema when using a [[ SchemaRelationProvider ]] .
7979 * A relation provider can inherits both [[RelationProvider ]] and [[SchemaRelationProvider ]]
8080 * if it can support both schema inference and user-specified schemas.
8181 *
@@ -111,7 +111,7 @@ trait SchemaRelationProvider {
111111 *
112112 * The difference between a [[RelationProvider ]] and a [[HadoopFsRelationProvider ]] is
113113 * that users need to provide a schema and a (possibly empty) list of partition columns when
114- * using a HadoopFsRelationProvider. A relation provider can inherits both [[RelationProvider ]],
114+ * using a [[ HadoopFsRelationProvider ]] . A relation provider can inherits both [[RelationProvider ]],
115115 * and [[HadoopFsRelationProvider ]] if it can support schema inference, user-specified
116116 * schemas, and accessing partitioned relations.
117117 *
You can’t perform that action at this time.
0 commit comments