Commit 8957458
refactor verifiable matcher btd to explicitly use file reader for reading file
Summary:
previously.. json::read_file_lines_parallel implictely reads and decompress the file. This wasn't very obvious (2 of us missed this)
We just want to refactor so it's clear that BTD already takes care of decompressing file before calling json decoder.
Differential Revision: D90789486
fbshipit-source-id: 33cbb06b5edaff0a11bc7b9d62de23688f27205b1 parent ddb518e commit 8957458
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
92 | 104 | | |
93 | 105 | | |
94 | 106 | | |
| |||
0 commit comments