Skip to content

Commit

Permalink
Revert "compress the flamegraph record with lz4 (#3459)"
Browse files Browse the repository at this point in the history
This reverts commit aa604de.
  • Loading branch information
metalmatze committed Jul 18, 2023
1 parent 03893ed commit 9f3dc76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/query/flamegraph_arrow.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ func GenerateFlamegraphArrow(ctx context.Context, mem memory.Allocator, tracer t
w := ipc.NewWriter(&buf,
ipc.WithSchema(record.Schema()),
ipc.WithAllocator(mem),
ipc.WithLZ4(),
)

if err = w.Write(record); err != nil {
Expand Down

0 comments on commit 9f3dc76

Please sign in to comment.