Re: [PR] moving memory.rs out of datafusion/core [datafusion]

2025-01-29 Thread via GitHub
comphead commented on PR #14332: URL: https://github.com/apache/datafusion/pull/14332#issuecomment-2622109979 > One way to review this is to run cargo --doc --open and then looking at how it is rendered Oh this is much easier way than I kept doing before, thanks -- This is an autom

Re: [PR] moving memory.rs out of datafusion/core [datafusion]

2025-01-29 Thread via GitHub
alamb commented on code in PR #14332: URL: https://github.com/apache/datafusion/pull/14332#discussion_r1934183938 ## datafusion/catalog/src/lib.rs: ## @@ -15,6 +15,16 @@ // specific language governing permissions and limitations // under the License. +//! Interfaces and defa

Re: [PR] moving memory.rs out of datafusion/core [datafusion]

2025-01-29 Thread via GitHub
alamb commented on PR #14332: URL: https://github.com/apache/datafusion/pull/14332#issuecomment-2622083005 😍 -- 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

Re: [PR] moving memory.rs out of datafusion/core [datafusion]

2025-01-29 Thread via GitHub
comphead merged PR #14332: URL: https://github.com/apache/datafusion/pull/14332 -- 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...@dataf

Re: [PR] moving memory.rs out of datafusion/core [datafusion]

2025-01-29 Thread via GitHub
comphead commented on PR #14332: URL: https://github.com/apache/datafusion/pull/14332#issuecomment-2622072090 > if we go with that we should change name of every similar file in a similar manner (atleast `async.rs`). That is true, to be consistent it needs to be fixed for all files wh

Re: [PR] moving memory.rs out of datafusion/core [datafusion]

2025-01-28 Thread via GitHub
logan-keede commented on PR #14332: URL: https://github.com/apache/datafusion/pull/14332#issuecomment-2619670163 > Thanks @logan-keede I'm thinking we should rename `memory.rs` to `memory_catalog_provider.rs` otherwise its really confusing, I thought originally its memory pool related crate

Re: [PR] moving memory.rs out of datafusion/core [datafusion]

2025-01-28 Thread via GitHub
logan-keede commented on code in PR #14332: URL: https://github.com/apache/datafusion/pull/14332#discussion_r1932586533 ## datafusion/catalog/Cargo.toml: ## @@ -30,10 +30,12 @@ version.workspace = true [dependencies] arrow-schema = { workspace = true } async-trait = { workspa

Re: [PR] moving memory.rs out of datafusion/core [datafusion]

2025-01-28 Thread via GitHub
comphead commented on code in PR #14332: URL: https://github.com/apache/datafusion/pull/14332#discussion_r1932471120 ## datafusion/catalog/Cargo.toml: ## @@ -30,10 +30,12 @@ version.workspace = true [dependencies] arrow-schema = { workspace = true } async-trait = { workspace

Re: [PR] moving memory.rs out of datafusion/core [datafusion]

2025-01-28 Thread via GitHub
logan-keede commented on code in PR #14332: URL: https://github.com/apache/datafusion/pull/14332#discussion_r1931760587 ## datafusion/catalog/src/lib.rs: ## @@ -15,6 +15,16 @@ // specific language governing permissions and limitations // under the License. +//! Interfaces an

Re: [PR] moving memory.rs out of datafusion/core [datafusion]

2025-01-28 Thread via GitHub
logan-keede commented on PR #14332: URL: https://github.com/apache/datafusion/pull/14332#issuecomment-2618361269 @alamb can this please get a review? Thanks, Logan -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] moving memory.rs out of datafusion/core [datafusion]

2025-01-28 Thread via GitHub
logan-keede commented on code in PR #14332: URL: https://github.com/apache/datafusion/pull/14332#discussion_r1931760587 ## datafusion/catalog/src/lib.rs: ## @@ -15,6 +15,16 @@ // specific language governing permissions and limitations // under the License. +//! Interfaces an

[PR] moving memory.rs out of datafusion/core [datafusion]

2025-01-27 Thread via GitHub
logan-keede opened a new pull request, #14332: URL: https://github.com/apache/datafusion/pull/14332 ## Which issue does this PR close? Closes part of [#10782](https://github.com/apache/datafusion/issues/10782) ## Rationale for this change ## What changes a