Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.1
Description
public Tuple3<String, Long, Integer> fold(Tuple3<String, Long, Integer> acc, SensorReading s) { Integer cur = acc.getField(2); acc.setField(2, cur + 1); // incorrect parameter order , it should be acc.setField(cur + 1, 2) return acc; }
Attachments
Issue Links
- links to