-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oak v0.1 #5732
Oak v0.1 #5732
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if (descending)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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