Skip to content

Conversation

@alamb
Copy link
Contributor

@alamb alamb commented Jan 23, 2026

Which issue does this PR close?

Rationale for this change

While reading the DataFusion documentation, I noticed a broken link here:

Screenshot 2026-01-23 at 9 34 43 AM

What changes are included in this PR?

Fix several broken and missing links (this was done by codex and I reviewed the PR)

Are these changes tested?

Yes, by CI

Are there any user-facing changes?

Better docs. No functional changes intended

@github-actions github-actions bot added documentation Improvements or additions to documentation functions Changes to functions implementation labels Jan 23, 2026
@alamb alamb changed the title Alamb/fix links23432 docs: Fix some broken / missing links in the DataFusion documentation Jan 23, 2026
@alamb alamb marked this pull request as ready for review January 23, 2026 18:20
Converts a value to a timestamp (`YYYY-MM-DDT00:00:00.000000<TZ>`) in the session time zone. Supports strings,
integer, unsigned integer, and double types as input. Strings are parsed as RFC3339 (e.g. '2023-07-20T05:44:00')
if no [Chrono formats] are provided. Strings that parse without a time zone are treated as if they are in the
if no [Chrono formats](https://docs.rs/chrono/latest/chrono/format/strftime/index.html) are provided.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there was no definition of chrono formats, so I added one


[sqlite test suite]: https://www.sqlite.org/sqllogictest/dir?ci=tip
[instructions in the documentation]: https://github.com/apache/datafusion/tree/main/datafusion/sqllogictest#running-tests-sqlite
[extended.yml]: https://github.com/apache/datafusion/blob/main/.github/workflows/extended.yml
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of the other changes are related to things that have links but no definition of the link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation functions Changes to functions implementation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant