This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* merge master and branch shuffle_opt_fillbyreducer. To submit PR to upstream Implemented fill by reducer * format code * Allocate large block of memory then slice to each buffer * wip, rebase to master * to rebase to master * return to original * added memory leak check in test * Done * disable alignment allocation in benchmark since arrow doesn't support it * optimized validity buffer assign. initialize the validity buffer as true once allocated. skip the initialize during split fix validity buffer bug * fix out of memory test * fix setbitsto bug remove nullcnt * add shuffle test * remove unused variables * allocate validity buffer from pool * fix bug set validity buffer after allocation fix bug during of last bits after process valitity buffer * Add arrow check for batch size and part number use uint32 as row number size * format code * fix format Signed-off-by: Yuan Zhou <yuan.zhou@intel.com> Co-authored-by: Yuan Zhou <yuan.zhou@intel.com>
- Loading branch information
Showing
4 changed files
with
358 additions
and
124 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
Oops, something went wrong.