Closed NikitaPanteleev closed 6 years ago
Might be duplicated of https://github.com/jOOQ/jOOL/issues/271
Is there any solution for current release?
Not sure that library is still maintained. So, for now, I build the latest master: https://bintray.com/nikitapanteleev/jOOL/jOOL/0.9.13
Thank you so much for your patience @NikitaPanteleev. This library is maintained, yes. Indeed, release 0.9.13 is overdue. I'm sorry for the inconvenience.
I'll look into whether this is a duplicate, soon.
Thanks again for your patience. I can confirm this seems to be a duplicate of #271. I'll close this and proceed with releasing 0.9.13 today.
Expected behavior and actual behavior:
https://stackoverflow.com/questions/48787686/org-jooq-lambda-seq-different-behaviour-of-grouped-and-groupby-functions
Grouped and groupBy gives different results when you use them with java Enum field. I created collection from 4 elements and I expect them to be grouped into 2 groups
Steps to reproduce the problem:
Output:
Sizes of both List and keySet should be the same, but it looks like the last element is skipped in the first method.
Versions: