You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2016/01/19 09:15:45 UTC

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

Repository: spark
Updated Branches:
  refs/heads/master 453dae567 -> c00744e60


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

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

Closes #10824 from proflin/master.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/c00744e6
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/c00744e6
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/c00744e6

Branch: refs/heads/master
Commit: c00744e60f77edb238aff1e30b450dca65451e91
Parents: 453dae5
Author: proflin <pr...@gmail.com>
Authored: Tue Jan 19 00:15:43 2016 -0800
Committer: Reynold Xin <rx...@databricks.com>
Committed: Tue Jan 19 00:15:43 2016 -0800

----------------------------------------------------------------------
 .../src/main/scala/org/apache/spark/sql/sources/interfaces.scala   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/c00744e6/sql/core/src/main/scala/org/apache/spark/sql/sources/interfaces.scala
----------------------------------------------------------------------
diff --git a/sql/core/src/main/scala/org/apache/spark/sql/sources/interfaces.scala b/sql/core/src/main/scala/org/apache/spark/sql/sources/interfaces.scala
index 7800776..8911ad3 100644
--- a/sql/core/src/main/scala/org/apache/spark/sql/sources/interfaces.scala
+++ b/sql/core/src/main/scala/org/apache/spark/sql/sources/interfaces.scala
@@ -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.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org