File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
sql/core/src/main/scala/org/apache/spark/sql/sources Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,9 @@ trait RelationProvider {
4747/**
4848 * ::DeveloperApi::
4949 * Implemented by objects that produce relations for a specific kind of data source. When
50- * Spark SQL is given a DDL operation with a USING clause specified and user defined schema optionally,
51- * this interface is used to pass in the parameters specified by a user.
50+ * Spark SQL is given a DDL operation with
51+ * 1. USING clause: to specify the implemented SchemaRelationProvider
52+ * 2. User defined schema: users can define schema optionally when create table
5253 *
5354 * Users may specify the fully qualified class name of a given data source. When that class is
5455 * not found Spark SQL will append the class name `DefaultSource` to the path, allowing for
You can’t perform that action at this time.
0 commit comments