Skip to content

Commit 11e9ffe

Browse files
compheadmartin-g
andauthored
Update spark/src/test/scala/org/apache/spark/sql/CometTestBase.scala
Co-authored-by: Martin Grigorov <[email protected]>
1 parent 0608fc7 commit 11e9ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark/src/test/scala/org/apache/spark/sql/CometTestBase.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ abstract class CometTestBase
419419
val isCometNode = plan.nodeName.startsWith("Comet")
420420

421421
if (isCometNode && hasMissingInput(plan)) {
422-
assert(false, s"Plan node `${plan.nodeName}` has invalid missingInput")
422+
assert(false, s"Plan node `${plan.nodeName}` has invalid missingInput: ${plan.missingInput}")
423423
}
424424

425425
// Otherwise recursively check children

0 commit comments

Comments
 (0)