| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
