Skip to content

Commit 95d0b4d

Browse files
committed
Renames PartitionedSchemaRelationProvider to FSBasedRelationProvider
1 parent 770b5ba commit 95d0b4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ trait SchemaRelationProvider {
9393
*
9494
* A new instance of this class with be instantiated each time a DDL call is made.
9595
*
96-
* The difference between a [[RelationProvider]] and a [[PartitionedSchemaRelationProvider]] is
96+
* The difference between a [[RelationProvider]] and a [[FSBasedRelationProvider]] is
9797
* that users need to provide a schema and a (possibly empty) list of partition columns when
9898
* using a SchemaRelationProvider. A relation provider can inherits both [[RelationProvider]],
99-
* and [[PartitionedSchemaRelationProvider]] if it can support schema inference, user-specified
99+
* and [[FSBasedRelationProvider]] if it can support schema inference, user-specified
100100
* schemas, and accessing partitioned relations.
101101
*/
102-
trait PartitionedSchemaRelationProvider {
102+
trait FSBasedRelationProvider {
103103
/**
104104
* Returns a new base relation with the given parameters, a user defined schema, and a list of
105105
* partition columns. Note: the parameters' keywords are case insensitive and this insensitivity

0 commit comments

Comments
 (0)