forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 'out of range in dynamic array' error in Task::toJson (facebookin…
…cubator#8735) Summary: Task::toJson used to create folly::dynamic::array for drivers and access non-existing elements via [index]. That resulted in 'out of range in dynamic array' errors. Fix is to use folly::dynamic::object. Fixes prestodb/presto#21917 Pull Request resolved: facebookincubator#8735 Reviewed By: spershin Differential Revision: D53727317 Pulled By: mbasmanova fbshipit-source-id: afcfd490fd44d67b78c0b70b3f557a179fddd123
- Loading branch information
1 parent
f0583e7
commit dec4c44
Showing
2 changed files
with
38 additions
and
15 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