2
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Jun 02, 2025 — Jun 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added c.p.PlatformSuite annotation allowing a c.PlatformTestCase sub-class to be marked as being a JUnit suite of tests accessible, by default, via a static "suite" method.
cwensel
as Chris K Wensel
More... over 13 years ago
add #getSize to c.t.t.FileType interface
cwensel
as Chris K Wensel
More... over 13 years ago
fix all javadoc errors, various code cleanup
cwensel
as Chris K Wensel
More... over 13 years ago
merge 2.1.2 into 2.2
cwensel
as Chris K Wensel
More... over 13 years ago
fix for #asType not returning the loaded Class
cwensel
as Chris K Wensel
More... over 13 years ago
updated to version 2.1.3
cwensel
as Chris K Wensel
More... over 13 years ago
updated to version 2.1.3
cwensel
as Chris K Wensel
More... over 13 years ago
version 2.1.2
cwensel
as Chris K Wensel
More... over 13 years ago
version 2.1.2
cwensel
as Chris K Wensel
More... over 13 years ago
fix for non-daemon stats counters thread causing jvm hang
cwensel
as Chris K Wensel
More... over 13 years ago
fix for non-daemon stats counters thread causing jvm hang
cwensel
as Chris K Wensel
More... over 13 years ago
additional helper methods, added javadoc
cwensel
as Chris K Wensel
More... over 13 years ago
Fixed issue where c.f.FlowProcess#openForWrite on Hadoop would re-use the existing o.a.h.m.OutputCollector instance as that used in the current task.
cwensel
as Chris K Wensel
More... over 13 years ago
Fixed issue where c.f.FlowProcess#openForWrite on Hadoop would re-use the existing o.a.h.m.OutputCollector instance as that used in the current task.
cwensel
as Chris K Wensel
More... over 13 years ago
updated copyright dates
cwensel
as Chris K Wensel
More... over 13 years ago
updated copyright dates
cwensel
as Chris K Wensel
More... over 13 years ago
Fixed issue where fetching remote Hadoop counter values could block indefinitely. Fetching remote counters is now serialized across jobs to prevent deadlocks inside the Hadoop API and counter values are now cached with a final refresh on job completion.
cwensel
as Chris K Wensel
More... over 13 years ago
Fixed issue where fetching remote Hadoop counter values could block indefinitely. Fetching remote counters is now serialized across jobs to prevent deadlocks inside the Hadoop API and counter values are now cached with a final refresh on job completion.
cwensel
as Chris K Wensel
More... over 13 years ago
fix for not coercing into target tuple, updated javadoc
cwensel
as Chris K Wensel
More... over 13 years ago
Fixed issue where NPE could be thrown by c.s.CascadingStats#getCounterValue if given counter had no value.
cwensel
as Chris K Wensel
More... over 13 years ago
Fixed issue where NPE could be thrown by c.s.CascadingStats#getCounterValue if given counter had no value.
cwensel
as Chris K Wensel
More... over 13 years ago
updated to version 2.1.2
cwensel
as Chris K Wensel
More... over 13 years ago
updated to version 2.1.2
cwensel
as Chris K Wensel
More... over 13 years ago
Updated provided c.s.Scheme subclasses to honor field type information.
cwensel
as Chris K Wensel
More... over 13 years ago
Updated c.o.expression, c.o.aggregator, and c.p.assembly operations to honor field type information.
cwensel
as Chris K Wensel
More... over 13 years ago
Updated c.o.Identity and c.p.a.Coerce to uses field type information during coercion.
cwensel
as Chris K Wensel
More... over 13 years ago
Added c.t.t.CoercibleType interface to allow for customization of individual field data types and formats. Also added the c.t.t.DateType implementation for managing string formatted dates to and from a long timestamp.
cwensel
as Chris K Wensel
More... over 13 years ago
fix for applyTypes signature
cwensel
as Chris K Wensel
More... over 13 years ago
Updated c.p.Splice to fail during planning if grouping or merging fields do not share the same field types, unless the field in question has a j.u.Comparator to handle the incompatible comparisons.
cwensel
as Chris K Wensel
More... over 13 years ago
version 2.1.1
cwensel
as Chris K Wensel
More... over 13 years ago