JkSelf commented on code in PR #9733:
URL: https://github.com/apache/incubator-gluten/pull/9733#discussion_r2103723268
##########
gluten-substrait/src/main/scala/org/apache/gluten/execution/WriteFilesExecTransformer.scala:
##########
@@ -118,7 +193,7 @@ case class WriteFilesExecTransformer(
}
RelBuilder.makeWriteRel(
- input,
+ inputRelNode,
Review Comment:
@dmsuehir After establishing the correct partition order in the pre-project
, it seems necessary to also update the order of the `typeNodes`, `nameList
`and `columnTypeNodes`.
--
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]