mzabaluev opened a new issue, #9719: URL: https://github.com/apache/arrow-rs/issues/9719
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
