Skip to content

Commit 30f55e5

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. (cherry picked from commit c00744e) Signed-off-by: Reynold Xin <[email protected]>
1 parent 68265ac commit 30f55e5

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
@@ -403,7 +403,7 @@ abstract class OutputWriter {
403403
* [[Row]] objects. In addition, when reading from Hive style partitioned tables stored in file
404404
* systems, it's able to discover partitioning information from the paths of input directories, and
405405
* perform partition pruning before start reading the data. Subclasses of [[HadoopFsRelation()]]
406-
* must override one of the three `buildScan` methods to implement the read path.
406+
* must override one of the four `buildScan` methods to implement the read path.
407407
*
408408
* For the write path, it provides the ability to write to both non-partitioned and partitioned
409409
* tables. Directory layout of the partitioned tables is compatible with Hive.

0 commit comments

Comments
 (0)