Skip to content

Commit f0055e3

Browse files
committed
lazy_coalesce_fallback_case_statement
1 parent fdbe8f5 commit f0055e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,8 +1079,8 @@ object QueryPlanSerde extends Logging with CometExprShim {
10791079
None
10801080
}
10811081

1082-
// DataFusion coalesce doesnt perform lazy evaluation. Falling back to CASE statement until upstream data fusion issue is fixed
1083-
// https://github.com/apache/datafusion/pull/17357/files
1082+
// DataFusion coalesce doesn't perform lazy evaluation. Falling back to CASE statement
1083+
// https://github.com/apache/datafusion/issues/17322
10841084

10851085
case c @ (CaseWhen(_, _) | Coalesce(_)) =>
10861086
val (finalBranches, finalElse) = c match {

0 commit comments

Comments
 (0)