Automatically Grow Parquet BitWriter Buffer #2226
Labels
enhancement
Any new improvement worthy of a entry in the changelog
parquet
Changes to the parquet crate
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The
BitWriter
withinparquet
requires knowing the exact size up front and will return an error if it runs out of space. This makes for a very confusing interface, results in a load of additional error handling code, and seems unnecessaryDescribe the solution you'd like
BitWriter
should grow its buffer as neededDescribe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: