-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix SortBuffer ensureOutputFits estimateOutputSize inaccurate (#…
…11534) Summary: The output batch reserved size should be rowSize * numRows, missed numRows before. Pull Request resolved: #11534 Reviewed By: zacw7 Differential Revision: D66104290 Pulled By: xiaoxmeng fbshipit-source-id: cb1c382737cc6d2f51ef43d8e23c15d73a3b744d
- Loading branch information
1 parent
f03ac2b
commit 7a47fb4
Showing
2 changed files
with
15 additions
and
16 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