richardstartin commented on a change in pull request #8296:
URL: https://github.com/apache/pinot/pull/8296#discussion_r819978466
##########
File path:
pinot-broker/src/main/java/org/apache/pinot/broker/routing/RoutingManager.java
##########
@@ -516,11 +526,14 @@ public Long getQueryTimeoutMs(String tableNameWithType) {
// Time boundary manager is only available for the offline part of the
hybrid table
transient TimeBoundaryManager _timeBoundaryManager;
- RoutingEntry(String tableNameWithType, SegmentPreSelector
segmentPreSelector, SegmentSelector segmentSelector,
- List<SegmentPruner> segmentPruners, InstanceSelector instanceSelector,
int lastUpdateIdealStateVersion,
- int lastUpdateExternalViewVersion, @Nullable TimeBoundaryManager
timeBoundaryManager,
+ RoutingEntry(String tableNameWithType, String externalViewPath, String
idealStatePath,
Review comment:
sure, I just put them in alphabetical order
--
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]