Re: [PR] docs: Expand `MemoryPool` docs with related structs [datafusion]

2025-06-10 Thread via GitHub
2010YOUY01 merged PR #16289: URL: https://github.com/apache/datafusion/pull/16289 -- 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: github-unsubscr...@dat

Re: [PR] docs: Expand `MemoryPool` docs with related structs [datafusion]

2025-06-06 Thread via GitHub
2010YOUY01 commented on code in PR #16289: URL: https://github.com/apache/datafusion/pull/16289#discussion_r2133222136 ## datafusion/execution/src/memory_pool/mod.rs: ## @@ -98,6 +98,64 @@ pub use pool::*; /// operator will spill the intermediate buffers to disk, and release me

Re: [PR] docs: Expand `MemoryPool` docs with related structs [datafusion]

2025-06-06 Thread via GitHub
ding-young commented on code in PR #16289: URL: https://github.com/apache/datafusion/pull/16289#discussion_r2133202144 ## datafusion/execution/src/memory_pool/mod.rs: ## @@ -98,6 +98,64 @@ pub use pool::*; /// operator will spill the intermediate buffers to disk, and release me

Re: [PR] docs: Expand `MemoryPool` docs with related structs [datafusion]

2025-06-06 Thread via GitHub
2010YOUY01 commented on PR #16289: URL: https://github.com/apache/datafusion/pull/16289#issuecomment-2951425666 @ding-young Could you take a look and point out anything that doesn't make sense to help refine the doc? -- This is an automated message from the Apache Git Service. To respond

Re: [PR] docs: Expand `MemoryPool` docs with related structs [datafusion]

2025-06-06 Thread via GitHub
2010YOUY01 commented on code in PR #16289: URL: https://github.com/apache/datafusion/pull/16289#discussion_r2133176809 ## datafusion/execution/src/memory_pool/mod.rs: ## @@ -98,6 +98,61 @@ pub use pool::*; /// operator will spill the intermediate buffers to disk, and release me

Re: [PR] docs: Expand `MemoryPool` docs with related structs [datafusion]

2025-06-06 Thread via GitHub
comphead commented on code in PR #16289: URL: https://github.com/apache/datafusion/pull/16289#discussion_r2132492980 ## datafusion/execution/src/memory_pool/mod.rs: ## @@ -98,6 +98,61 @@ pub use pool::*; /// operator will spill the intermediate buffers to disk, and release memo

[PR] docs: Expand `MemoryPool` docs with related structs [datafusion]

2025-06-06 Thread via GitHub
2010YOUY01 opened a new pull request, #16289: URL: https://github.com/apache/datafusion/pull/16289 ## Which issue does this PR close? - Closes #. ## Rationale for this change Add more docs to the structures related to `MemoryPool` ## What changes are in