Skip to content

Commit 3ff11a1

Browse files
committed
Remove wrong comment.
1 parent dcd6056 commit 3ff11a1

File tree

1 file changed

+0
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical

1 file changed

+0
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/object.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ case class SerializeFromObject(
8888
// directly estimate any child plan which produces domain objects as output.
8989
override def statistics: Statistics = {
9090
if (child.output.head.dataType.isInstanceOf[ObjectType]) {
91-
// Try to find the first underlying child of it which doesn't output object
9291
val underlyingPlan = child.find { p =>
9392
// This means the child plan that produces domain object but its children do not produce
9493
// domain object

0 commit comments

Comments
 (0)