- Update Lossless.ingestDelta to accept both Delta and DeltaV2 - Add conversion from DeltaV2 to DeltaV1 during ingestion - Add test case for DeltaV2 ingestion - Ensure backward compatibility with existing DeltaV1 code
7 lines
232 B
Markdown
7 lines
232 B
Markdown
---
|
|
description: Update deltas to use the object style for pointers
|
|
---
|
|
|
|
- in the current file, for each v1 delta, rewrite it as a v2 delta
|
|
- make sure the new delta is isomorphic to the original
|
|
- do not include a timestamp |