Skip to content

Commit

Permalink
minor: Update HOWTO to help with updating new docs (#13172)
Browse files Browse the repository at this point in the history
* update docs

* small fix

* Update docs/source/contributor-guide/howtos.md

* Update docs/source/contributor-guide/howtos.md

---------

Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
jonathanc-n and alamb authored Oct 30, 2024
1 parent d36c229 commit eb558de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/contributor-guide/howtos.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Below is a checklist of what you need to do to add a new scalar function to Data
- In [sqllogictest/test_files], add new `sqllogictest` integration tests where the function is called through SQL against well known data and returns the expected result.
- Documentation for `sqllogictest` [here](https://github.com/apache/datafusion/blob/main/datafusion/sqllogictest/README.md)
- Add SQL reference documentation [here](https://github.com/apache/datafusion/blob/main/docs/source/user-guide/sql/scalar_functions.md)
- An example of this being done can be seen [here](https://github.com/apache/datafusion/pull/12775)
- Run `./dev/update_function_docs.sh` to update docs

[advanced_udf.rs]: https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/advanced_udaf.rs
[sqllogictest/test_files]: https://github.com/apache/datafusion/tree/main/datafusion/sqllogictest/test_files
Expand All @@ -64,6 +66,8 @@ Below is a checklist of what you need to do to add a new aggregate function to D
- In [sqllogictest/test_files], add new `sqllogictest` integration tests where the function is called through SQL against well known data and returns the expected result.
- Documentation for `sqllogictest` [here](https://github.com/apache/datafusion/blob/main/datafusion/sqllogictest/README.md)
- Add SQL reference documentation [here](https://github.com/apache/datafusion/blob/main/docs/source/user-guide/sql/aggregate_functions.md)
- An example of this being done can be seen [here](https://github.com/apache/datafusion/pull/12775)
- Run `./dev/update_function_docs.sh` to update docs

## How to display plans graphically

Expand Down

0 comments on commit eb558de

Please sign in to comment.