Skip to content

Commit

Permalink
Javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liancheng committed May 12, 2015
1 parent 012ed2d commit aa8ba9a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ trait SchemaRelationProvider {
* The difference between a [[RelationProvider]] and a [[PartitionedSchemaRelationProvider]] is
* that users need to provide a schema and a (possibly empty) list of partition columns when
* using a SchemaRelationProvider. A relation provider can inherits both [[RelationProvider]],
* [[SchemaRelationProvider]], and [[PartitionedSchemaRelationProvider]] if it can support schema
* inference, user-specified schemas, and accessing partitioned relations.
* and [[PartitionedSchemaRelationProvider]] if it can support schema inference, user-specified
* schemas, and accessing partitioned relations.
*/
trait PartitionedSchemaRelationProvider {
/**
Expand Down

0 comments on commit aa8ba9a

Please sign in to comment.