You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IndexingMemoryController Integration for VSRs and ArrowWriters for parquet-data-format module (#19941)
* IndexingMemoryController Integration for VSRs and ArrowWriters for parquet-data-format module
- Integrated native memory tracking for VSRs and ArrowWriters in IndexingMemoryController
- Fixed ArrowBufferPool allocator creation logic to have a single RootAllocator per shard and ChildAllocators for each ParquetWriter
- Fixed VSR rotation bugs in ParquetDocumentInput.addToWriter code path
Signed-off-by: Raghuvansh Raj <[email protected]>
* Hardcoding max root allocation bytes and max child allocator bytes in ArrowBufferPool
* Fixing merge conflicts
---------
Signed-off-by: Raghuvansh Raj <[email protected]>
Copy file name to clipboardExpand all lines: modules/parquet-data-format/src/main/java/com/parquet/parquetdataformat/engine/ParquetExecutionEngine.java
0 commit comments