zml1206 commented on code in PR #9290:
URL: https://github.com/apache/incubator-gluten/pull/9290#discussion_r2036448202


##########
backends-velox/src/main/scala/org/apache/gluten/execution/ColumnarPartialProjectExec.scala:
##########
@@ -141,21 +136,20 @@ case class ColumnarPartialProjectExec(
     if (projectAttributes.size == child.output.size) {
       return ValidationResult.failed("UDF need all the columns in child 
output")
     }
-    if (original.output.isEmpty) {
-      return ValidationResult.failed("Project fallback because output is 
empty")
-    }

Review Comment:
   If `original.output` is empty, then `replacedAliasUdf` must be also empty, 
repeat the following judgment.



-- 
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]

Reply via email to