You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2015/12/15 03:33:50 UTC

spark git commit: [SPARK-12188][SQL][FOLLOW-UP] Code refactoring and comment correction in Dataset APIs

Repository: spark
Updated Branches:
  refs/heads/master 9ea1a8efc -> d13ff82cb


[SPARK-12188][SQL][FOLLOW-UP] Code refactoring and comment correction in Dataset APIs

marmbrus This PR is to address your comment. Thanks for your review!

Author: gatorsmile <ga...@gmail.com>

Closes #10214 from gatorsmile/followup12188.


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

Branch: refs/heads/master
Commit: d13ff82cba10a1ce9889c4b416f1e43c717e3f10
Parents: 9ea1a8e
Author: gatorsmile <ga...@gmail.com>
Authored: Mon Dec 14 18:33:45 2015 -0800
Committer: Michael Armbrust <mi...@databricks.com>
Committed: Mon Dec 14 18:33:45 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/spark/blob/d13ff82c/sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala
----------------------------------------------------------------------
diff --git a/sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala b/sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala
index 3bd18a1..dc69822 100644
--- a/sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala
+++ b/sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala
@@ -79,7 +79,7 @@ class Dataset[T] private[sql](
 
   /**
    * The encoder where the expressions used to construct an object from an input row have been
-   * bound to the ordinals of the given schema.
+   * bound to the ordinals of this [[Dataset]]'s output schema.
    */
   private[sql] val boundTEncoder = resolvedTEncoder.bind(logicalPlan.output)
 


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