swuferhong commented on code in PR #21828:
URL: https://github.com/apache/flink/pull/21828#discussion_r1095266326
##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/batch/BatchExecMultipleInput.java:
##########
@@ -152,4 +152,8 @@ protected Transformation<RowData> translateToPlanInternal(
public List<ExecEdge> getOriginalEdges() {
return originalEdges;
}
+
+ public ExecNode<?> getRootNode() {
Review Comment:
> just need override `resetTransformation`
Done!
--
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]