stuhood opened a new pull request, #20832: URL: https://github.com/apache/datafusion/pull/20832
## Which issue does this PR close? - Closes #20831. ## Rationale for this change CI uses release profiles to allow tests to run more quickly (and potentially also to provide more coverage for the most realistic case for end users of the system). ## What changes are included in this PR? Adjust the Rust build profiles which are used in CI to enable debug assertions. Split out a `ci-release` profile from `release` in order to avoid shipping debug assertions to end users of the CLI tool. ## Are these changes tested? Yes, by CI. ## Are there any user-facing changes? No. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
