Jackie-Jiang commented on code in PR #13267:
URL: https://github.com/apache/pinot/pull/13267#discussion_r1621209062


##########
pinot-common/src/main/proto/worker.proto:
##########
@@ -40,6 +40,7 @@ message CancelResponse {
 message QueryRequest {
   repeated StagePlan stagePlan = 1;
   bytes metadata = 2; // Serialized Properties
+  string planVersion = 3;

Review Comment:
   Suggest making it int and rename it to `version`. This version can also be 
applied to metadata in case we change its format



-- 
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]

Reply via email to