-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix broken links in the documentation #19964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
||
| [`scalarudf`]: https://docs.rs/datafusion/latest/datafusion/logical_expr/struct.ScalarUDF.html | ||
| [`create_udf`]: https://docs.rs/datafusion/latest/datafusion/logical_expr/fn.create_udf.html | ||
| [`process_scalar_func_inputs`]: https://docs.rs/datafusion/latest/datafusion/physical_expr/functions/fn.process_scalar_func_inputs.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not linked anywhere in the text that I could find
| - **2024-10-29** [Video: MiDAS Seminar Fall 2024 on "Apache DataFusion" by Andrew Lamb](https://www.youtube.com/watch?v=CpnxuBwHbUc) | ||
|
|
||
| - **2024-10-27** [Blog: Caching in DataFusion: Don't read twice](https://blog.haoxp.xyz/posts/caching-datafusion) | ||
| - **2024-10-27** [Blog: Caching in DataFusion: Don't read twice](https://blog.xiangpeng.systems/posts/caching-datafusion/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@XiangpengHao 's blog has moved
| ``` | ||
|
|
||
| For example, [DataFusion `25.0.0` dependencies] require `arrow` | ||
| For example, [DataFusion `26.0.0` dependencies] require `arrow` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can see a few lines lower the actual version is 26
[datafusion `26.0.0` dependencies]: https://crates.io/crates/datafusion/26.0.0/dependencies
Which issue does this PR close?
Rationale for this change
I found some broken links in our docs using codex
]
What changes are included in this PR?
Update broken links (will comment inline)
Are these changes tested?
By CI
Are there any user-facing changes?
Better docs / fewer broken links