beliefer opened a new issue, #10332:
URL: https://github.com/apache/incubator-gluten/issues/10332
### Description
Currently, `PlanNode` has three constructors. but the constructor show below
is not necessary.
```
PlanNode(List<FunctionMappingNode> mappingNodes, List<RelNode> relNodes,
List<String> outNames) {
this.mappingNodes.addAll(mappingNodes);
this.relNodes.addAll(relNodes);
this.outNames.addAll(outNames);
}
```
### Gluten version
main branch
--
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]