File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sql/core/src/main/scala/org/apache/spark/sql/sources Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments