Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down