We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdbe8f5 commit f0055e3Copy full SHA for f0055e3
spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala
@@ -1079,8 +1079,8 @@ object QueryPlanSerde extends Logging with CometExprShim {
1079
None
1080
}
1081
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
+// DataFusion coalesce doesn't perform lazy evaluation. Falling back to CASE statement
+// https://github.com/apache/datafusion/issues/17322
1084
1085
case c @ (CaseWhen(_, _) | Coalesce(_)) =>
1086
val (finalBranches, finalElse) = c match {
0 commit comments