[Java] Support for tiered index#1028
Conversation
|
Thank you for working on this. I'm taking a look at this now. |
|
@mythrocks Resolved the conflicts. |
mythrocks
left a comment
There was a problem hiding this comment.
A couple of comments. Still reviewing.
mythrocks
left a comment
There was a problem hiding this comment.
Need to fix how the tiered index MemorySegment is used to build the tiered index.
-extracting index pointer and using it
|
I'm doing another pass on this PR. It looks good so far. I hope to approve this shortly. |
mythrocks
left a comment
There was a problem hiding this comment.
A couple of nitpicks more, but it looks good otherwise.
It will need a rebase again.
-Cleaned up the test and added some asserts
…puneet/expose-tiered-index
|
/ok to test 9918bc3 |
|
Linking cjnolet/nv_elastic#11 |
|
Apologies, I haven't gotten a moment to review the latest change. I'll go over it shortly. |
|
/ok to test 553d6a0 |
mythrocks
left a comment
There was a problem hiding this comment.
Alright, this looks a whole lot better. Thank you for your patience, and for incorporating the review changes.
|
/merge |
28d2de6
into
rapidsai:branch-25.08
|
I've merged this change. Thank you for this one, @punAhuja. |
TieredIndex exposed in the Java layer.
Code is written and tested for CAGRA algorithm only.
Serialization, Deserialization and merge is still not supported in the C layer.
Fixes: #1014