-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2019-07-01, Execution Team 2019-07-15, Execution Team 2019-07-29
When spilling data to disk in the external sorter, we need to verify that the data read back from disk is intact.
We could implement in the simplest form with a modular sum, which would neglect the ordering of data, but it may be better to use a position-dependent checksum if possible.