forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-8543: [C++] Single pass coalescing algorithm + Rebase
Simplify the read range coalescing algorithm by applying more heuristics at once, inside of dividing up work in two functions. This algorithm is shorter in lines of code and hence (hopefully) more maintainable in long term. Closes apache#7002 from mayuropensource/ARROW-8543__single_pass_coalescing Lead-authored-by: mayuropensource <[email protected]> Co-authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
- Loading branch information
Showing
2 changed files
with
46 additions
and
51 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