Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.8.0
-
None
Description
Concatenating two files together currently requires reading the source files and rewriting the content from scratch. This ends up taking a lot of memory, even if the data is already encoded correctly and blocks just need to be appended and have their metadata updated. Merging two files should be fast and not take much memory.
Attachments
Issue Links
- is a clone of
-
PARQUET-382 Add a way to append encoded blocks in ParquetFileWriter
- Resolved