Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYSTEMDS-2650] Standardize deduplicated lineage trace serialization … #2072

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 27, 2024

  1. [SYSTEMDS-2650] Standardize deduplicated lineage trace serialization …

    …format
    
    This patch standardizes the dedup patch serialization format, regardless of if
    they are captured by the lineage() built-in or via a write operator. Previously,
    all patches were stored in a separate file. Now, we always create a single file,
    containing first the global trace, followed by the patches. This change also
    allows us to copy the traces from the console (lineage()) and store them in a
    single file for future recomputation.
    phaniarnab committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6c4f9c1 View commit details
    Browse the repository at this point in the history