diff --git a/pkg/query/flamegraph_arrow.go b/pkg/query/flamegraph_arrow.go index 963b0e6eb83..26c3d3a7884 100644 --- a/pkg/query/flamegraph_arrow.go +++ b/pkg/query/flamegraph_arrow.go @@ -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 {