Re: [PR] WIP: Move catalog_common out of core [datafusion]

2025-03-14 Thread via GitHub
logan-keede commented on code in PR #15193: URL: https://github.com/apache/datafusion/pull/15193#discussion_r1995329466 ## datafusion/core/src/lib.rs: ## @@ -699,7 +699,7 @@ pub const DATAFUSION_VERSION: &str = env!("CARGO_PKG_VERSION"); extern crate core; extern crate sqlpar

Re: [PR] WIP: Move catalog_common out of core [datafusion]

2025-03-14 Thread via GitHub
Weijun-H commented on code in PR #15193: URL: https://github.com/apache/datafusion/pull/15193#discussion_r1995225644 ## datafusion/core/src/lib.rs: ## @@ -699,7 +699,7 @@ pub const DATAFUSION_VERSION: &str = env!("CARGO_PKG_VERSION"); extern crate core; extern crate sqlparser

[PR] WIP: Move catalog_common out of core [datafusion]

2025-03-12 Thread via GitHub
logan-keede opened a new pull request, #15193: URL: https://github.com/apache/datafusion/pull/15193 ## Which issue does this PR close? - Closes #. ## Rationale for this change ## What changes are included in this PR? ## Are these changes tes