We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PartialMerge
1 parent f12ce3e commit 10709c4Copy full SHA for 10709c4
1 file changed
spark/src/test/scala/org/apache/comet/exec/CometExecSuite.scala
@@ -484,8 +484,7 @@ class CometExecSuite extends CometTestBase {
484
case s: CometHashAggregateExec => s
485
}.get
486
487
- assert(
488
- agg.modes.nonEmpty && agg.modes.headOption.get.isInstanceOf[AggregateMode])
+ assert(agg.modes.nonEmpty && agg.modes.headOption.get.isInstanceOf[AggregateMode])
489
val newAgg = agg.cleanBlock().asInstanceOf[CometHashAggregateExec]
490
assert(
491
newAgg.modes.nonEmpty &&
0 commit comments