From 3542350909b1213240e5097a1793a7c0733f6196 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Tue, 13 Dec 2022 23:59:47 +0000 Subject: fix(trace/wtf): Disable Parquet strict typing 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. --- .../resources/shell/workflows/schema-1.0/part.0.parquet | Bin 0 -> 63858 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 opendc-trace/opendc-trace-wtf/src/test/resources/shell/workflows/schema-1.0/part.0.parquet (limited to 'opendc-trace/opendc-trace-wtf/src/test/resources/shell/workflows') diff --git a/opendc-trace/opendc-trace-wtf/src/test/resources/shell/workflows/schema-1.0/part.0.parquet b/opendc-trace/opendc-trace-wtf/src/test/resources/shell/workflows/schema-1.0/part.0.parquet new file mode 100755 index 00000000..872469d5 Binary files /dev/null and b/opendc-trace/opendc-trace-wtf/src/test/resources/shell/workflows/schema-1.0/part.0.parquet differ -- cgit v1.2.3