Skip to content

Commit 972d890

Browse files
Jacky Lirxin
authored andcommitted
[SQL][DOC] Minor document fix in HadoopFsRelationProvider
Catch this while reading the code Author: Jacky Li <[email protected]> Author: Jacky Li <[email protected]> Closes apache#7524 from jackylk/patch-11 and squashes the following commits: b679011 [Jacky Li] fix doc e10e211 [Jacky Li] [SQL] Minor document fix in HadoopFsRelationProvider
1 parent 5bdf16d commit 972d890

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 SchemaRelationProvider. 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)