advitrocks9 opened a new pull request, #24503: URL: https://github.com/apache/datafusion/pull/24503
## Which issue does this PR close? - Part of #24209. ## Rationale for this change 16 of the 53 SQL example tables on the aggregate functions page don't line up: ``` +--------------------------+ | names_list | +--------------------------+ | Charlie, Bob, Alice | +--------------------------+ ``` The tables are hand-written inside `sql_example` literals and nothing measures them. `config-docs-check` only asserts the generated page matches the literals. ## What changes are included in this PR? Pads the 16 blocks across 13 `functions-aggregate` sources, fixes four markdown separator rows and a duplicated header row in the `regr` examples, and commits the regenerated `aggregate_functions.md`. No cell content changed. Follow-ups, not here: `bool_or`'s example calls `bool_and`, the same sweep for `scalar_functions.md`, and the lint the issue's first box asks for. ## Are these changes tested? No test, nothing in the repo reads a `sql_example` body. fmt, clippy and the docs checks pass; the other generated pages regenerate byte-identical. ## Are there any user-facing changes? The rendered docs page only. -- 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]
