Skip to content

Commit

Permalink
Fixed test compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
razajafri committed May 24, 2024
1 parent 491ab4e commit 0823474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class DynamicPruningSuite
// NOTE: We remove the AdaptiveSparkPlanExec since we can't re-run the new plan
// under AQE because that fundamentally requires some rewrite and stage
// ordering which we can't do for this test.
case GpuSubqueryBroadcastExec(name, index, buildKeys, child) =>
case GpuSubqueryBroadcastExec(name, Seq(index), buildKeys, child) =>
val newChild = child match {
case a @ AdaptiveSparkPlanExec(_, _, _, _, _) =>
(new GpuTransitionOverrides()).apply(ColumnarToRowExec(a.executedPlan))
Expand Down

0 comments on commit 0823474

Please sign in to comment.