Copilot commented on code in PR #16602:
URL: https://github.com/apache/pinot/pull/16602#discussion_r2277309158


##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/set/UnionAllOperator.java:
##########
@@ -62,9 +63,4 @@ protected MseBlock processRightOperator() {
   protected MseBlock processLeftOperator() {

Review Comment:
   The UnionAllOperator extends SetOperator directly but doesn't override 
processRightOperator(). This creates an inconsistency where 
processLeftOperator() is implemented but processRightOperator() is not, 
potentially leading to runtime issues if the abstract method is called.



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