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 @@ -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.
You can’t perform that action at this time.
0 commit comments