-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SDK batching/revamp 2.2: homegrown arrow size estimation routines (#2002
) * version crossbeam at the workspace level * more DataRow size helpers * DataTableBatcher * lints * lints * self review * don't expose shutdown to make errors impossible * doc * backport * backport * introduce RecordingStream * clean up old stuff from the before time * self-review * ordered data columns in data tables * tests * even more tests * rogue todo * batching is now a reality * some extra peace of mind * revert * lock shenanigans * crash when relying on uncomputed cell sizes in debug * thorough testing of estimated size measurements with unions and batching involved * dealing with all cases of reliance on uncomputed sizes * inline upstream's estimated_bytes_size routine and integrate it with SizeBytes * homegrown, batch-compatible arrow size estimations * just format * missed one * merge shenanigans * address PR comments * self-review * address PR comments * some more 'cargo test --bench' fun times
- Loading branch information
Showing
16 changed files
with
936 additions
and
245 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
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
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
Oops, something went wrong.