Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid over retaining memory for strings in parquet writer
Used Binary.fromReusedByteBuffer to ensure that DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter copies specific positions rather than retaining entire underlying byte array from the Block
- Loading branch information