Skip to content

Commit 724bafd

Browse files
edmondopviirya
andauthored
Fixing broken link (#8085)
* Fixing broken link * Update docs/source/contributor-guide/index.md Thanks for spotting this as well Co-authored-by: Liang-Chi Hsieh <[email protected]> --------- Co-authored-by: Liang-Chi Hsieh <[email protected]>
1 parent 0506a5c commit 724bafd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/contributor-guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ Below is a checklist of what you need to do to add a new scalar function to Data
221221
- a new line in `signature` with the signature of the function (number and types of its arguments)
222222
- a new line in `create_physical_expr`/`create_physical_fun` mapping the built-in to the implementation
223223
- tests to the function.
224-
- In [core/tests/sqllogictests/test_files](../../../datafusion/core/tests/sqllogictests/test_files), add new `sqllogictest` integration tests where the function is called through SQL against well known data and returns the expected result.
225-
- Documentation for `sqllogictest` [here](../../../datafusion/core/tests/sqllogictests/README.md)
224+
- In [sqllogictest/test_files](../../../datafusion/sqllogictest/test_files), add new `sqllogictest` integration tests where the function is called through SQL against well known data and returns the expected result.
225+
- Documentation for `sqllogictest` [here](../../../datafusion/sqllogictest/README.md)
226226
- In [expr/src/expr_fn.rs](../../../datafusion/expr/src/expr_fn.rs), add:
227227
- a new entry of the `unary_scalar_expr!` macro for the new function.
228228
- Add SQL reference documentation [here](../../../docs/source/user-guide/sql/scalar_functions.md)

0 commit comments

Comments
 (0)