buraksenn commented on code in PR #24700:
URL: https://github.com/apache/datafusion/pull/24700#discussion_r3885906266
##########
datafusion/physical-expr/src/expressions/case.rs:
##########
@@ -1437,8 +1447,8 @@ impl PhysicalExpr for CaseExpr {
})
})
.collect::<Result<Vec<_>>>()?,
- else_expr: self
- .else_expr()
+ else_expr: else_expr
Review Comment:
Thanks for the catch. I've added two cases for base with no else and no base
with else
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]