We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd6056 commit 3ff11a1Copy full SHA for 3ff11a1
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/object.scala
@@ -88,7 +88,6 @@ case class SerializeFromObject(
88
// directly estimate any child plan which produces domain objects as output.
89
override def statistics: Statistics = {
90
if (child.output.head.dataType.isInstanceOf[ObjectType]) {
91
- // Try to find the first underlying child of it which doesn't output object
92
val underlyingPlan = child.find { p =>
93
// This means the child plan that produces domain object but its children do not produce
94
// domain object
0 commit comments