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