Closed fluidsonic closed 6 years ago
This makes sure that .distinct(…, SomeType.class) properly uses the decoder for SomeType.
.distinct(…, SomeType.class)
SomeType
Added a test for it.
Can you review conflicts ?
Thanks btw
@twillouer rebased on current master
I experienced this as well. @twillouer could you create a release that includes this?
This makes sure that
.distinct(…, SomeType.class)
properly uses the decoder forSomeType
.Added a test for it.