-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Page#getColumns in TableWriterOperator
Avoids an additional unnecessary copy of the Block[] array for each input page in TableWriter by using the Page helper method instead of constructing the block array externally (which incurs an defensive copy when passed into the Page constructor).
- Loading branch information
1 parent
1474245
commit 0adcabf
Showing
1 changed file
with
6 additions
and
9 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