Skip to content

Incorrect accounting in DictEncoder::estimated_memory_size #9719

@mzabaluev

Description

@mzabaluev

In parquet, the estimated_memory_size method of DictEncoder should estimate the actual usage of allocated memory, but instead it uses the data member counting the encoded size of dictionary data, and ignores the hash table memory usage added by the Interner member.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions