zclllyybb opened a new issue, #48203: URL: https://github.com/apache/doris/issues/48203
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description We plan to implement all SQL functions in other famous DBs, like MySQL, PG, Trino, CK, Hive, and more. Facilitate the users to migrate to Doris. They're very suitable for newcomers as your first Doris PR. So here's the list, you can comment to pick anyone: ## Part I. Hive - [ ] context_ngrams - [ ] encode, decode - [ ] factorial (Easy) - [ ] length (Our `length` is like Hive's `octet_length`) (Easy) - [ ] printf - [ ] str_to_map (another map creator) - [ ] levenshtein - [ ] soundex - [ ] mask_show_first_n, mask_show_last_n (Easy) - [ ] mask_hash - [ ] inline (lateral view) - [ ] stack (lateral view) - [ ] json_tuple (lateral view) - [ ] parse_url_tuple (lateral view) See the newest Hive document for these functions' explanation. Feel free to comment to pick anyone! If one is picked, I will tick it. ### Solution All the guidelines to implement an SQL function are in https://github.com/apache/doris/issues/48201. ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org