Re: mocking frameworks for tests in druid

2020-02-04 Thread Gian Merlino
I've never really liked EasyMock. I agree that its design tends to make test code too tightly coupled with the specific implementation being tested. > What would it take for us to try another framework like Mockito? IMO, for me all it'd take is a PR changing one of our EasyMock tests to a Mockito

ByteBuffer / Memory / Unsafe et al

2020-02-04 Thread Gian Merlino
Hey Druids, There has generally been a lot of talk about moving away from ByteBuffer and towards the DataSketches Memory package ( https://datasketches.apache.org/docs/Memory/MemoryPackage.html) or even using Unsafe directly. Much of that discussion happened on https://github.com/apache/druid/issu