uassert 5371603 in ExpressionFromRankAccumulator::parse uses accumulatorName as a part of the error message, but accumulatorName is not set until the following line. This causes the message to always say that the accumulator name is "(None)". We can either use argName in the error message or swap the order of these two lines.
ExpressionFromRankAccumulator::parse uassert always says (None) for accumulator name
- Votes:
-
0 Vote for this issue
- Watchers:
-
2 Start watching this issue
- Created:
- Updated:
- Resolved: