KKcorps commented on code in PR #18020:
URL: https://github.com/apache/pinot/pull/18020#discussion_r3013367014


##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/readers/LazyRow.java:
##########
@@ -46,7 +46,6 @@ public LazyRow() {
   }
 
   public void init(IndexSegment segment, int docId) {
-    clear();

Review Comment:
   i feel other folks who have custom pinot forks may still be relying on init 
to clear. let's just keep it for now



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