-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-6580: [Java] Support comparison for unsigned integers
In this issue, we support the comparison of unsigned integer vectors, including UInt1Vector, UInt2Vector, UInt4Vector, and UInt8Vector. With support for comparison for these vectors, the sort for them is also supported automatically. Closes #5405 from liyafan82/fly_0917_uint and squashes the following commits: c94b9b7 <liyafan82> Add test cases for boundary values a321784 <liyafan82> Support comparison for unsigned integers Authored-by: liyafan82 <[email protected]> Signed-off-by: Praveen <[email protected]>
- Loading branch information
Showing
2 changed files
with
230 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters