Skip to content
Snippets Groups Projects
Commit c00744e6 authored by proflin's avatar proflin Committed by Reynold Xin
Browse files

[SQL][MINOR] Fix one little mismatched comment according to the codes in interface.scala

Author: proflin <proflin.me@gmail.com>

Closes #10824 from proflin/master.
parent 453dae56
No related branches found
No related tags found
No related merge requests found
......@@ -426,7 +426,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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment