Skip to content

Commit

Permalink
Handle GpuAlias
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowe committed Jul 25, 2024
1 parent 1c11393 commit f7dbe2e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@ abstract class GpuBroadcastNestedLoopJoinExecBase(
case GpuLiteral(true, BooleanType) =>
// Spark can generate a degenerate conditional join when the join keys are constants
output.isEmpty
case GpuAlias(e: GpuExpression, _) => isUnconditionalJoin(Some(e))
case _ => false
}
}
Expand Down

0 comments on commit f7dbe2e

Please sign in to comment.