snleee commented on a change in pull request #3583: Add segment selector for
merged segments
URL: https://github.com/apache/incubator-pinot/pull/3583#discussion_r238863322
##########
File path:
pinot-broker/src/main/java/com/linkedin/pinot/broker/routing/builder/DefaultRealtimeRoutingTableBuilder.java
##########
@@ -68,7 +69,7 @@ public void computeOnExternalViewChange(String tableName,
ExternalView externalV
}
@Override
- public Map<String, List<String>> getRoutingTable(RoutingTableLookupRequest
request) {
+ public Map<String, List<String>> getRoutingTable(RoutingTableLookupRequest
request, SegmentSelector segmentSelector) {
Review comment:
As discussed offline, we concluded that broker routing builder requires the
re-structuring on class hierarchy. I will add the comments about it and will
address later with the separate clean-up pr.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]