| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-16 | Revamped the trace system. All TraceFormat files are now in the api m… (#216) | Dante Niewenhuis | |
| * Revamped the trace system. All TraceFormat files are now in the api module. This fixes some problems with not being able to use types of traces * applied spotless | |||
| 2022-12-14 | fix(trace/wtf): Disable Parquet strict typing | Fabian Mastenbroek | |
| This change fixes an issue where some of the traces from the Workflow Trace Archive would fail to load with the trace format in OpenDC. This was caused by one of the fields being stored as a double, while the formats expects it to be a long. Parquet does not support unioning primitive types. Therefore, we have to disable strict type checking when reading the file. Furthermore, we need to support double entries for storing the workflow ids. | |||
| 2021-09-02 | refactor(trace): Implement trace API for WTF reader | Fabian Mastenbroek | |
| This change updates the WTF trace reader to support the new streaming trace API. | |||
