Skip to content

Commit d13ff82

Browse files
gatorsmilemarmbrus
authored andcommitted
[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 <[email protected]> Closes #10214 from gatorsmile/followup12188.
1 parent 9ea1a8e commit d13ff82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class Dataset[T] private[sql](
7979

8080
/**
8181
* The encoder where the expressions used to construct an object from an input row have been
82-
* bound to the ordinals of the given schema.
82+
* bound to the ordinals of this [[Dataset]]'s output schema.
8383
*/
8484
private[sql] val boundTEncoder = resolvedTEncoder.bind(logicalPlan.output)
8585

0 commit comments

Comments
 (0)