imply-cheddar commented on code in PR #13773:
URL: https://github.com/apache/druid/pull/13773#discussion_r1151200580
##########
processing/src/main/java/org/apache/druid/query/operator/SegmentToRowsAndColumnsOperator.java:
##########
@@ -48,6 +48,9 @@ public Closeable goOrContinue(Closeable continuation,
Receiver receiver)
}
RowsAndColumns rac = shifty.as(RowsAndColumns.class);
+ if (shifty instanceof RowsAndColumns) {
+ rac = (RowsAndColumns) shifty;
Review Comment:
This if statement is definitely placed quite weird-like, you are right
--
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]