zhztheplayer commented on code in PR #10831:
URL:
https://github.com/apache/incubator-gluten/pull/10831#discussion_r2401962233
##########
gluten-substrait/src/main/scala/org/apache/gluten/extension/columnar/PushDownInputFileExpression.scala:
##########
@@ -125,9 +125,9 @@ object PushDownInputFileExpression {
partitionPruningPred = child.partitionPruningPred,
prunedOutput = child.prunedOutput
)(child.session)
- case p @ ProjectExec(projectList, child: BatchScanExecTransformer)
+ case p @ ProjectExec(projectList, child: BatchScanExecTransformerBase)
if projectList.exists(containsInputFileRelatedExpr) =>
- child.copy(output = p.output.asInstanceOf[Seq[AttributeReference]])
+ child.withNewOutput(p.output.asInstanceOf[Seq[AttributeReference]])
Review Comment:
Would you open an issue for this? Thanks!
We may want to end up with a common solution for different lake formats.
--
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]