Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Override Timestamp hashCode for consistent hashing
Timestamp's hashCode was based on the parameter dataTime which might have a timezone != UTC. The consequence: val t = Timestamp.now t.hashCode != Timestamp(t.toString).hashCode This patch overrides hashCode to use the UTC normalized time variable of the Timestamp case class. This probably fixes d2iq-archive#1082
- Loading branch information