Commit bbf1f34
feat: Create internal TableEvolutionFuzzer and add internal Nimble support during runs (facebookincubator#13441)
Summary:
Pull Request resolved: facebookincubator#13441
Creates TableEvolutionFuzzer in internal Velox to test on internal Nimble. Here are some of the changes necessary ro accomplish this:
* We leverage the TableEvolutionFuzzer class defined in external Velox repo and build a local instance to run in our new fuzzer.
* (Not a significant change) I've added a function to the subclass to verify the supported file formats. Not necessary but wanted to note that we can and should override functions where necessary. Because the fuzzer is pretty limited right now, this is just a footnote for future updates and enhancments
* (Another small item) I've added a fuzzer test flag to allow users to specify file formats during runs. Another small task but we should update and enhance the flags where necessary.
Reviewed By: Yuhta
Differential Revision: D74100062
fbshipit-source-id: b30b77ab689e4b63c27f248923fc7a062576224f1 parent 984d561 commit bbf1f34
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
172 | 180 | | |
173 | 181 | | |
174 | 182 | | |
| |||
0 commit comments