Conversation
…-V0.1 A TimeAndDims deserializer is essential.
…s that use row indexes
| ByteBuffer from = timeAndDimsSerialization(new TimeAndDims(timeStart, null, dimensionDescsList)); | ||
| ByteBuffer to = timeAndDimsSerialization(new TimeAndDims(timeEnd + 1, null, dimensionDescsList)); | ||
| OakMap subMap = oak.subMap(from, true, to, false); | ||
| if (descending == true) { |
There was a problem hiding this comment.
Hi @jihoonson ,
Thanks for taking a look! The pull request is really an initial one and will be improved before we ask for a merge. Your comments are very welcome!
Regarding the open sourcing the code of Oak and its license, we currently discussing it internally and we will update you soon.
@kaijianding ,
Thank you as well, we will fix those styling issues.
There was a problem hiding this comment.
@sanastas great! Looking forward to your contribution!
| @sanastas how about |
| Hi @kaijianding , |
| @sanastas I see. hope this pr be merged soon |
This is the Pull Request I am going to review