Skip to content

Commit b679011

Browse files
author
Jacky Li
committed
fix doc
1 parent e10e211 commit b679011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/core/src/main/scala/org/apache/spark/sql/sources/interfaces.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)