Closed eivanov89 closed 11 months ago
Hi folks,
Here you seem to want comparing agains numWarehouses + workConf.getStartWarehouseIdForShard() - 1.
numWarehouses + workConf.getStartWarehouseIdForShard() - 1
This part of code seems to be redundant, as we are computing and setting the value for upperTerminalId just before this 'if' condition.
Closing as per the comment above.
Hi folks,
Here you seem to want comparing agains
numWarehouses + workConf.getStartWarehouseIdForShard() - 1
.