diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-12-13 23:59:47 +0000 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-12-14 00:24:24 +0000 |
| commit | 3542350909b1213240e5097a1793a7c0733f6196 (patch) | |
| tree | e602b041f6c054e40e01548ae918cc7faf21e2a7 /opendc-trace/opendc-trace-wtf/src/test/resources/shell/tasks/schema-1.0/part.0.parquet | |
| parent | de739998fde6b856e40f8a98f78efddc0c57f167 (diff) | |
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.
Diffstat (limited to 'opendc-trace/opendc-trace-wtf/src/test/resources/shell/tasks/schema-1.0/part.0.parquet')
| -rwxr-xr-x | opendc-trace/opendc-trace-wtf/src/test/resources/shell/tasks/schema-1.0/part.0.parquet | bin | 0 -> 259381 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/opendc-trace/opendc-trace-wtf/src/test/resources/shell/tasks/schema-1.0/part.0.parquet b/opendc-trace/opendc-trace-wtf/src/test/resources/shell/tasks/schema-1.0/part.0.parquet Binary files differnew file mode 100755 index 00000000..31256990 --- /dev/null +++ b/opendc-trace/opendc-trace-wtf/src/test/resources/shell/tasks/schema-1.0/part.0.parquet |
