Bug fixes for the transform process. (#114)
- make sure to reset the FILE * pointer to NULL after closing the file. - use a stable sub-process to transform JSON files into SQL. For the second point, we re-use the queuing infrastructure introduced in a recent patch. This allows to have a single sub-process started that will handle all the JSON to SQL transformations during replay.
parent
a147c085
Please register or sign in to comment