orc icon indicating copy to clipboard operation
orc copied to clipboard

ORC-974: Remove Text Key from StringRedBlackTree

Open belugabehr opened this issue 4 years ago • 0 comments

What changes were proposed in this pull request?

Remove the dependency on Hadoop's Text class from RedBlackTree. This has the added benefit of skipping the step where the incoming bytes are copied into the Text class.

Why are the changes needed?

Allows for removing dependency on Hadoop later; improve performance by removing copy.

How was this patch tested?

No functionality change. Using existing unit tests.

belugabehr avatar Aug 27 '21 20:08 belugabehr