Unverified Commit 54de5ee5 authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Fix resuming the transform process. (#348)

When the streaming is interrupted in the middle of a JSON/SQL file and then
resumes in replay mode, the transform process needs to read and parse the
latest JSON/SQL file in case it's being restarted in the middle of a
transaction.

The transform process rewrites the SQL file even when it was done
previously, as a way of implementing "cache invalidation" where the source
of truth is the JSON file. This PR implements the same approach to the
replay mode start-up sequence.
parent 5ab49381
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment