yashmayya commented on code in PR #18482:
URL: https://github.com/apache/pinot/pull/18482#discussion_r3255949811


##########
pinot-common/src/main/proto/plan.proto:
##########
@@ -251,6 +260,7 @@ message WindowNode {
   int32 lowerBound = 5;
   int32 upperBound = 6;
   repeated Literal constants = 7;
+  WindowExclusion exclude = 8;

Review Comment:
   I don't think this is required since the `EXCLUDE` clause isn't currently 
supported. So the expectation would be to only use the new feature after the 
entire cluster is upgraded to the newer version.



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