zml1206 commented on code in PR #8585:
URL: https://github.com/apache/incubator-gluten/pull/8585#discussion_r1924703860
##########
gluten-substrait/src/main/scala/org/apache/gluten/extension/columnar/PushDownInputFileExpression.scala:
##########
@@ -104,6 +104,11 @@ object PushDownInputFileExpression {
u.copy(children = newFirstChild +: newOtherChildren)
case p => p.withNewChildren(p.children.map(child =>
addMetadataCol(child, replacedExprs)))
}
+
+ def addFallbackTag(plan: SparkPlan): SparkPlan = {
+ FallbackTags.add(plan, "fallback input file expression")
Review Comment:
I thought about it, this project will eventually be removed or merged, so is
it more appropriate to keep the original one?
--
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]