Skip to content

[Go][Parquet] BufferedPageWriter reallocates memory during cleanup, causing a leak #41697

@joellubi

Description

@joellubi

Describe the bug, including details regarding any error messages, version, and platform.

On bufferedPageWriter.Close() the BufferWriter.Finish() method is called but not BufferWriter.Release(). The doc for Finish states that the caller must still release the buffer.

Blocking: apache/arrow-adbc#1866

Component(s)

Go, Parquet

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions