EmmyMiao87 commented on a change in pull request #8618:
URL: https://github.com/apache/incubator-doris/pull/8618#discussion_r835017062
##########
File path: fe/fe-core/src/main/java/org/apache/doris/planner/PlanNode.java
##########
@@ -870,4 +869,23 @@ public void convertToVectoriezd() {
child.convertToVectoriezd();
}
}
+
+ // The slotIdSet could be null
+ // The output slots is subset of required slots when there are more than
one child
+ public void initOutputSlotIds(Set<SlotId> requiredSlotIdSet, Analyzer
analyzer) throws NotImplementedException {
+ throw new NotImplementedException("The `initOutputSlotIds` hasn't been
implemented in " + planNodeName);
+ }
+
+ public Set<SlotId> computeInputSlotIds() throws NotImplementedException {
Review comment:
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]