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.
missingInput
1 parent 11e9ffe commit 1b7079eCopy full SHA for 1b7079e
spark/src/test/scala/org/apache/spark/sql/CometTestBase.scala
@@ -419,7 +419,9 @@ abstract class CometTestBase
419
val isCometNode = plan.nodeName.startsWith("Comet")
420
421
if (isCometNode && hasMissingInput(plan)) {
422
- assert(false, s"Plan node `${plan.nodeName}` has invalid missingInput: ${plan.missingInput}")
+ assert(
423
+ false,
424
+ s"Plan node `${plan.nodeName}` has invalid missingInput: ${plan.missingInput}")
425
}
426
427
// Otherwise recursively check children
0 commit comments