Chunking isn't perfect and sometimes two chunks include the same app. It may even be possible that sometimes an app is missed at a boundary since we do not have any tests to prove this code works correctly yet. This is why we need to stitch using INSERT OR IGNORE.
I'd like to split the ChunkingTransformer out to a separate repository that's fully unit tested to resolve its issues.
Chunking isn't perfect and sometimes two chunks include the same app. It may even be possible that sometimes an app is missed at a boundary since we do not have any tests to prove this code works correctly yet. This is why we need to stitch using
INSERT OR IGNORE.I'd like to split the ChunkingTransformer out to a separate repository that's fully unit tested to resolve its issues.