crepererum commented on code in PR #11964: URL: https://github.com/apache/datafusion/pull/11964#discussion_r1715197785
########## docs/source/contributor-guide/howtos.md: ########## @@ -24,7 +24,7 @@ Below is a checklist of what you need to do to add a new scalar function to DataFusion: - Add the actual implementation of the function to a new module file within: - - [here](https://github.com/apache/datafusion/tree/main/datafusion/functions-array) for array functions + - [here](https://github.com/apache/datafusion/tree/main/datafusion/functions-nested) for array functions Review Comment: ```suggestion - [here](https://github.com/apache/datafusion/tree/main/datafusion/functions-nested) for arrays, maps and structs functions ``` -- 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]
