Skip to content

Commit

Permalink
[SQL][MINOR] Fix one little mismatched comment according to the codes…
Browse files Browse the repository at this point in the history
… in interface.scala

Author: proflin <[email protected]>

Closes #10824 from proflin/master.

(cherry picked from commit c00744e)
Signed-off-by: Reynold Xin <[email protected]>
  • Loading branch information
lw-lin authored and rxin committed Jan 19, 2016
1 parent 68265ac commit 30f55e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ abstract class OutputWriter {
* [[Row]] objects. In addition, when reading from Hive style partitioned tables stored in file
* systems, it's able to discover partitioning information from the paths of input directories, and
* perform partition pruning before start reading the data. Subclasses of [[HadoopFsRelation()]]
* must override one of the three `buildScan` methods to implement the read path.
* must override one of the four `buildScan` methods to implement the read path.
*
* For the write path, it provides the ability to write to both non-partitioned and partitioned
* tables. Directory layout of the partitioned tables is compatible with Hive.
Expand Down

0 comments on commit 30f55e5

Please sign in to comment.