alamb commented on code in PR #8328: URL: https://github.com/apache/arrow-datafusion/pull/8328#discussion_r1406862383
########## docs/source/user-guide/sql/scalar_functions.md: ########## @@ -1170,6 +1171,20 @@ substr_index(str, delim, count) - **delim**: the string to find in str to split str. - **count**: The number of times to search for the delimiter. Can be both a positive or negative number. +### `find_in_set` Review Comment: What do you think about using one of the existing array union functions instead? What about `array_contains`? -- 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]
