You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
Copy file name to clipboardExpand all lines: docs/source/contributor-guide/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,8 +221,8 @@ Below is a checklist of what you need to do to add a new scalar function to Data
221
221
- a new line in `signature` with the signature of the function (number and types of its arguments)
222
222
- a new line in `create_physical_expr`/`create_physical_fun` mapping the built-in to the implementation
223
223
- 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)
226
226
- In [expr/src/expr_fn.rs](../../../datafusion/expr/src/expr_fn.rs), add:
227
227
- a new entry of the `unary_scalar_expr!` macro for the new function.
0 commit comments