Commit Graph
3 Commits
Author SHA1 Message Date
andi 0b3eb97b96 Fix to string for maps with values of type Empty
The MAX_KEY inserted into the tree had a value of one byte. This
triggered an assertion for maps with values of type Empty, because they
expected values to be empty.
Fixed by using an empty array for the value of the MAX_KEY.
2019-08-12 08:35:40 +02:00
andi 58bfba23bb reset lastEpochMilli when opening a new export file 2019-02-06 15:52:37 +00:00
andi 99cdf557b3 add metric logger for query completion evaluation 2019-02-06 15:51:41 +00:00