Jackie-Jiang commented on code in PR #9186:
URL: https://github.com/apache/pinot/pull/9186#discussion_r942714338
##########
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:
Moved it into the implementation as a helper class
--
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]