[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 <gatorsmile@gmail.com>

Closes #10214 from gatorsmile/followup12188.
This commit is contained in:
gatorsmile 2015-12-14 18:33:45 -08:00 committed by Michael Armbrust
parent 9ea1a8efca
commit d13ff82cba

View file

@ -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)