Commits
User selector
Commit history
Commits on Nov 25, 2024
GH-43479: [Java] Change visibility of MemoryUtil.UNSAFE (#43480)
Show description for b725b82authored andcommittedGH-40819: [Java] Adding Spotless to Algorithm module (#41825)
Show description for ff0896aauthored andcommittedGH-39330: [Java][CI] Fix or suppress spurious errorprone warnings (#39529)
Show description for 9f21c11authored andcommittedGH-39001: [Java] Modularize remaining modules (#39221)
Show description for 8e3ee36authored andcommittedGH-38662: [Java] Add comparators (#38669)
Show description for dc65e12authored andcommittedGH-25659: [Java] Add DefaultVectorComparators for Large types (#37887)
Show description for e502110authored andcommittedGH-37701: [Java] Add default comparators for more types (#37748)
Show description for 0e5db3bauthored andcommittedGH-36151: [Java] Add `volatile` declaration to `keyPosition` in `ParallelSearcher` (#36152)
Show description for c3ce930authored andcommittedGH-14912: [Java] Remove usage of PlatformDependent in arrow-vector, arrow-jdbc and arrow-algorithm (#14913)
Show description for c592a22authored andcommittedGH-14844: [Java] Short circuit null checks when comparing non null field types (#15106)
Show description for cf1f6deauthored andcommittedARROW-13811: [Java] Provide a general out-of-place sorter
Show description for 78a922dauthored andcommittedARROW-11999: [Java] Support parallel vector element search with user-specified comparator
Show description for 7719ab9authored andcommittedARROW-10333: [Java] Get rid of org.apache.arrow.util in vector
Show description for f809c31authored andcommittedARROW-9554: [Java] FixedWidthInPlaceVectorSorter sometimes produces wrong result
Show description for 99108c4authored andcommittedARROW-8108: [Java] Extract a common interface for dictionary encoders
Show description for b8e1ac7authored andcommitted- authored andcommitted
ARROW-8392: [Java] Fix overflow related corner cases for vector value comparison
Show description for bdcd5e9authored andcommittedARROW-8478: [Java] Revert "ARROW-7534
Show description for ecd9a13authored andcommittedARROW-7534: [Java] Create a new java/contrib module
Show description for 1c3d889authored andcommittedARROW-7400: [Java] Avoid the worst case for quick sort
Show description for b2e8187authored andcommittedARROW-6871: [Java] Enhance TransferPair related parameters check and tests
Show description for 603f5daauthored andcommitted
ARROW-7599: [Java] Fix build break due to change in RangeEqualsVisitor
Show description for 7a4ddf2authored andcommitted
ARROW-7264: [Java] RangeEqualsVisitor type check is not correct
Show description for ab32f63authored andcommitted
ARROW-6863: [Java] Provide parallel searcher
Show description for bedd95eauthored andcommittedARROW-7429: [Java] Enhance code style checking for Java code (remove consecutive spaces)
Show description for 2eaf353authored andcommittedARROW-7461: [Java] fix typos
Show description for 5afc018authored andcommittedARROW-7216: [Java] Improve the performance of setting/clearing individual bits
Show description for 6b9e327authored andcommittedARROW-6888: [Java] Support copy operation for vector value comparators
Show description for 3c71fe9authored andcommittedARROW-6911: [Java] Provide composite comparator
Show description for fd47180authored andcommittedARROW-6933: [Java] Suppor linear dictionary encoder
Show description for 6586701authored andcommittedARROW-6672: [Java] Extract a common interface for dictionary builders
Show description for ad364acauthored andcommittedARROW-6394 [Java] Support conversions between delta vector and partial sum vector
Show description for 3f16e1aauthored andcommittedARROW-6184: [Java] Provide hash table based dictionary encoder
Show description for 1b76328authored andcommittedARROW-6732: [Java] Implement quick sort in a non-recursive way to avoid stack overflow
Show description for 0c8f4d0authored andcommittedARROW-6580: [Java] Support comparison for unsigned integers
Show description for f57b1c0authored andcommitted