yashmayya commented on code in PR #13733:
URL: https://github.com/apache/pinot/pull/13733#discussion_r1751897966
##########
pinot-common/src/main/proto/plan.proto:
##########
@@ -193,3 +194,29 @@ message WindowNode {
int32 upperBound = 6;
repeated Literal constants = 7;
}
+
+message ExplainNode {
+ string type = 1;
Review Comment:
Hm, I actually think `type` or maybe `operatorType` would be clearer, but as
long as there's a clarifying comment, I think either is fine since this is only
internally used for serde.
--
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]