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
Copy file name to clipboardExpand all lines: docs/source/contributor-guide/howtos.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,8 @@ Below is a checklist of what you need to do to add a new scalar function to Data
45
45
- 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.
46
46
- Documentation for `sqllogictest`[here](https://github.com/apache/datafusion/blob/main/datafusion/sqllogictest/README.md)
@@ -64,6 +66,8 @@ Below is a checklist of what you need to do to add a new aggregate function to D
64
66
- 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.
65
67
- Documentation for `sqllogictest`[here](https://github.com/apache/datafusion/blob/main/datafusion/sqllogictest/README.md)
0 commit comments