-
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.
Back out "Add json_format Presto function" (#3510)
Summary: The implementation of json_format() uses the setNoCopy() API to avoid copying strings from the input to the output vector. But it forgets to copy the string buffer to the output vector as well. This causes some memory bugs that fails Velox fuzzer test in CircleCI. We back out this change now and will add it back after we fix it. Pull Request resolved: #3510 Original commit changeset: f2cc011a4b03 Original Phabricator Diff: D41643635 (e2802d7) Reviewed By: mbasmanova Differential Revision: D42020592 fbshipit-source-id: a159ac80f661609abd052463ff504967322353b4
- Loading branch information
1 parent
38505ff
commit f020d3e
Showing
4 changed files
with
0 additions
and
51 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