Skip to content

Commit c00744e

Browse files
lw-linrxin
authored andcommitted
[SQL][MINOR] Fix one little mismatched comment according to the codes in interface.scala
Author: proflin <[email protected]> Closes #10824 from proflin/master.
1 parent 453dae5 commit c00744e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ abstract class OutputWriter {
426426
* [[Row]] objects. In addition, when reading from Hive style partitioned tables stored in file
427427
* systems, it's able to discover partitioning information from the paths of input directories, and
428428
* perform partition pruning before start reading the data. Subclasses of [[HadoopFsRelation()]]
429-
* must override one of the three `buildScan` methods to implement the read path.
429+
* must override one of the four `buildScan` methods to implement the read path.
430430
*
431431
* For the write path, it provides the ability to write to both non-partitioned and partitioned
432432
* tables. Directory layout of the partitioned tables is compatible with Hive.

0 commit comments

Comments
 (0)