-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix string field has invalid utf-8 (#37104)
issue: #37083 We use vector of string_view to save data temporally but real string data will be released after record batch is deconstructed. Change it to vector of string to avoid memory corruption. --------- Signed-off-by: sunby <sunbingyi1992@gmail.com>
- Loading branch information
Showing
1 changed file
with
4 additions
and
5 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