Quickly looking I think we can switch to
org.agrona.collections.Long2LongHashMap, the key isn’t the “correct” type (long
when we want int) but isn’t too hard to switch. Few differences in the
semantics need to be handled, but not much
1) get of non-defeiled key should throw NoSuchElementExcept
Do we have the hsqldb library just for a primitive oriented equivalent of
Map? If this is test code only that seems like a pretty easy
thing to replace and I would vote to implement that so we can fully drop
the dependency.
Cheers,
Derek
On Tue, Mar 14, 2023 at 5:49 AM Miklosovic, Stefan <
stefa
I’m sure we can use a different hash map there.
> On 14 Mar 2023, at 11:49, Miklosovic, Stefan
> wrote:
>
> Hi list,
>
> while removing Hadoop code in trunk, as agreed on ML recently, I did that but
> we need to do this (1). By removing all Hadoop dependencies, we also removed
> hsqldb libr