Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhawvipul committed Jun 30, 2024
1 parent 79b0a4b commit 6e843da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ object QueryPlanSerde extends Logging with ShimQueryPlanSerde with CometExprShim
(left != negZeroLeft && right != negZeroRight) &&
(left != leftZero && right != rightZero) &&
(left != doubleNan && right != doubleNan) &&
(left != floatNan && right != floatNan) && isSpark34Plus) {
(left != floatNan && right != floatNan)) {
withInfo(expr, left, right)
return None
}
Expand Down

0 comments on commit 6e843da

Please sign in to comment.