diff --git a/test/e2e b/test/e2e index a2203f48..14260227 160000 --- a/test/e2e +++ b/test/e2e @@ -1 +1 @@ -Subproject commit a2203f48234322d703b60dc1478a531771024467 +Subproject commit 142602272531e9cb4548d6d4bbd5ffe0329a9ca4 diff --git a/traceql/index.js b/traceql/index.js index 17fd3999..bec8b969 100644 --- a/traceql/index.js +++ b/traceql/index.js @@ -140,7 +140,6 @@ async function processSmallResult (ctx, script) { spans: row.span_id.map((spanId, i) => ({ spanID: spanId, startTimeUnixNano: row.timestamp_ns[i], - spanStartTime: row.timestamp_ns[i], durationNanos: row.duration[i], attributes: [] })),