dcoliversun opened a new issue, #6602:
URL: https://github.com/apache/incubator-gluten/issues/6602
### Backend
VL (Velox)
### Bug description
I find unexpected branching in physical plan with velox for static/dynamic
partition writes.
Original spark plan:
```plain
== Physical Plan ==
Execute InsertIntoHadoopFsRelationCommand (4)
+- WriteFiles (3)
+- * Project (2)
+- * Range (1)
```
Gluten spark plan:
```plain
== Physical Plan ==
Execute InsertIntoHadoopFsRelationCommand (12)
+- VeloxColumnarWriteFiles (11)
:- ^ WriteFilesExecTransformer (6)
: +- ^ ProjectExecTransformer (5)
: +- ^ InputIteratorTransformer (4)
: +- RowToVeloxColumnar (2)
: +- * Range (1)
+- RowToVeloxColumnar (10)
+- WriteFiles (9)
+- NoopLeaf (8)
```
And UI Gluten Tab shows that NoopLeaf/WriteFiles doesn't support by gluten.
Is this physical plan expected ?
### Spark version
Spark-3.5.x
### Spark configurations
_No response_
### System information
_No response_
### Relevant logs
_No response_
--
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]