Skip to content

Commit

Permalink
Use config.
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Jul 4, 2021
1 parent 5ddbca4 commit ba41720
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ case class FilterExec(condition: Expression, child: SparkPlan)

val predicateCode = generatePredicateCode(
ctx, child.output, input, output, notNullPreds, otherPreds, notNullAttributes,
true)
conf.subexpressionEliminationEnabled)

// Reset the isNull to false for the not-null columns, then the followed operators could
// generate better code (remove dead branches).
Expand Down

0 comments on commit ba41720

Please sign in to comment.