Re: hsqldb test dependency in simulator code

2023-03-14 Thread David Capwell
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

Re: hsqldb test dependency in simulator code

2023-03-14 Thread Derek Chen-Becker
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

Re: hsqldb test dependency in simulator code

2023-03-14 Thread Benedict
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

hsqldb test dependency in simulator code

2023-03-14 Thread Miklosovic, Stefan
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 library we surprisingly rely on so I am putting it back. Honestly, I do not know if people are even aware of the fact we are