Skip to content

Commit 02a662c

Browse files
committed
style issue
1 parent 44eb70c commit 02a662c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

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

0 commit comments

Comments
 (0)