alamb opened a new pull request, #18931:
URL: https://github.com/apache/datafusion/pull/18931
## Which issue does this PR close?
- part of #18142
## Rationale for this change
@cj-zhukov has been consolidating the examples, but that also means that the
links to the examples are now out of date
## What changes are included in this PR?
Update links (I used openai codex, with the prompt below) and reviewed the
results
<details><summary>Prompt</summary>
<p>
```
We have moved the examples around in datafusion-examples/
There are some links in doc comments such as in `datafusion/src/lib.rs`:
[`expr_api`.rs]:
https://github.com/apache/datafusion/blob/main/datafusion-examples/
examples/expr_api.rs
This example has been moved to
./datafusion-examples/examples/query_planning/
expr_api.rs
Please look for all other links to datafusion-examples and update them if
necessary to
point at the new path.
```
</p>
</details>
## Are these changes tested?
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]