Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Data] Fixing
DelegatingBlockBuilder
to avoid re-serializing object…
…s multiple times (#48509) Currently, we're serializing first row in every block twice when adding it t/h `DelegatingBlockBuilder`, carrying tangible overhead and impact on latency for large enough rows. Provided that `ArrowBlockBuilder` is now able to handle arbitrary Python object we can just deprecate `DelegatingBlockBuilder` altogether. --------- Signed-off-by: Alexey Kudinkin <ak@anyscale.com>
- Loading branch information