forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
serialization of timestamp in spilling (facebookincubator#6838)
Summary: Pull Request resolved: facebookincubator#6838 Fix serialization of timestamp in spilling. TimeStamp does not always fit in one int64_t as nanos. More information about the issue here. facebookincubator#6837. This fixes several fuzzer issues such as facebookincubator#6833 Reviewed By: mbasmanova Differential Revision: D49796384 fbshipit-source-id: c1c45ebc0e3d159e1fc2db1cd315dae5d1957d31
- Loading branch information
1 parent
4018ddf
commit 0e9cf61
Showing
2 changed files
with
12 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
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