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


##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/RecordLocation.java:
##########
@@ -24,6 +24,7 @@
 /**
  * Indicate a record's location on the local host.
  */
+@SuppressWarnings("rawtypes")
 public class RecordLocation {
   private final IndexSegment _segment;

Review Comment:
   for anything other than Hashmap, we can't store Segment reference in the 
store. Should we replace it with the `int` or something else. We might also 
need to add method in the interface to convert the integer segmentId to segment 
object.



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