deemoliu commented on PR #12437: URL: https://github.com/apache/pinot/pull/12437#issuecomment-1981544903
> Are there equivalent/similar functions in other commonly used DBs (e.g. PostgreSQL)? We should try to match the behavior Hi @Jackie-Jiang thanks for looking into it. the following function is supported in postgresql but it doesn't support a length limit for splitPart. the underlaying utils library that pinot implementation is using, support the extra parameter so I exposed it. https://www.postgresqltutorial.com/postgresql-string-functions/postgresql-split_part/ -- 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]
