CuteChuanChuan opened a new pull request, #18443:
URL: https://github.com/apache/datafusion/pull/18443
## Which issue does this PR close?
Part of #16915
## Rationale for this change
Format code examples in documentation comments to improve readability and
maintain consistent code style across the codebase. This is part of a multi-PR
effort to format all doc comment examples and eventually enable CI checks to
enforce this formatting.
## What changes are included in this PR?
Run `cargo fmt -p <crate> -- --config format_code_in_doc_comments=true` for
the following datasource-related crates:
- `datafusion-spark`
- `datafusion-sql`
- `datafusion-sqllogictest`
- `datafusion-substrait`
- `datafusion-cli`
- `datafusion-examples`
## Are these changes tested?
No testing needed - this is purely a formatting change with no functional
modifications.
## Are there any user-facing changes?
No - this only affects documentation formatting.
--
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]