Unhelpful error message in DigestDifferencingUtils.differenceAggregates()
Reported by John Wright | February 21st, 2011 @ 10:49 AM | in 0.9.3
We're seeing an exception thrown in the evaluate() function, during a call to CategoryFunction.constrain() on line 78.
The exception is caused by a date parsing issue (the partition value "2008" is too short to be valid for a MonthlyCategoryFunction) but we really need more information from the context to help diagnose the problem.
Comments and changes to this ticket
-

John Wright February 21st, 2011 @ 11:31 AM
- State changed from new to resolved
- Assigned user changed from John Wright to Paul Jones
-

Ben Hood February 21st, 2011 @ 11:54 AM
(from [2be4d513fa4945d2ca041942e7922fba8936c071]) Merge [#190] into master. Also add a simple unit test to trigger it. https://github.com/lshift/diffa/commit/2be4d513fa4945d2ca041942e792...
-

Paul Jones February 21st, 2011 @ 12:00 PM
- State changed from resolved to closed
QA+
(I added a unit test for it on the merge commit).
-

Ben Hood February 21st, 2011 @ 03:08 PM
(from [13af6ba8af6deebbeb562603163d203e472856ed]) [#190] Make CategoryFunction instances as case objects so they toString nicely. https://github.com/lshift/diffa/commit/13af6ba8af6deebbeb562603163d...
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
-
190
Unhelpful error message in DigestDifferencingUtils.differenceAggregates()
(from [2be4d513fa4945d2ca041942e7922fba8936c071])
Merge [...
-
190
Unhelpful error message in DigestDifferencingUtils.differenceAggregates()
(from [13af6ba8af6deebbeb562603163d203e472856ed])
[#190] ...
-
191
AMQP RPC client doesn't respect correlation IDs
I've extracted the case object change and attached it to
...