Skip to content

[Go][Parquet] pqarrow to support RowGroupTotalBytesWritten() for writer using WriteBuffered() #511

@DuanWeiFan

Description

@DuanWeiFan

Describe the enhancement requested

The method RowGroupTotalBytesWritten() is available but only make sense for the ones that use fileWriter.Write()

For the ones that use fileWriter.WriteBuffered() , it won't populate the bytes written until the writer is closed.

We are wondering if there is a way of populating or give an estimation of the size before closing the rowGroupWriter. This would be helpful to determine how large of a parquet file we want to build.

Component(s)

Parquet

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions