-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Execution Team 2021-01-25
corruptRecords is currently appended to the validate results as an object.
"corruptRecords" : { "0" : NumberLong(1), "1" : NumberLong(2) }
It would make more sense to append it as an array.
"corruptRecords" : [ NumberLong(1), NumberLong(2) ]
- related to
-
SERVER-24165 Validate should report records with invalid BSON in its command result
- Closed