Java-based DigestBuilder doesn't deal with multiple aggregations properly
Reported by Paul Jones | 2011-06-08 11:59:47 UTC
When entries have multiple attributes, but only some of them are bucketed, the digest builder fails to include them in the output, or indeed categories data based on them. This needs to be corrected such that an un-aggregated attribute is included with each individual value in the output.
Comments and changes to this ticket
-

Ben Hood 2011-06-08 13:23:06 UTC
(from [a825a1ead297a24dbcc8721e94da1cd8964e4dbc]) [#255] Attributes that aren't aggregated should be dealt bucketed by actual value. https://github.com/lshift/diffa/commit/a825a1ead297a24dbcc8721e94da...
-

Paul Jones 2011-06-08 13:24:21 UTC
- State changed from new to resolved
- Assigned user changed from Paul Jones to Ben Hood
Implemented using a complex hashmap key in the bucketing instead of just a concatenated string.
-

Ben Hood 2011-06-09 11:27:21 UTC
I opened up a pull request for this, because I wanted to comment on a line.
-

-

Ben Hood 2011-06-09 18:34:38 UTC
(from [97c600a8fa519caf3b45d6daf001b561f531a1ad]) Merge pull request #15 from lshift/255
[#255] Attributes that aren't aggregated should be dealt bucketed by actu https://github.com/lshift/diffa/commit/97c600a8fa519caf3b45d6daf001...
-

Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A Real Time Differencing Tool.
People watching this ticket
Referenced by
-
255
Java-based DigestBuilder doesn't deal with multiple aggregations properly
(from [a825a1ead297a24dbcc8721e94da1cd8964e4dbc])
[#255] ...
-
255
Java-based DigestBuilder doesn't deal with multiple aggregations properly
[#255] Attributes that aren't aggregated should be
dealt ...