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
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
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