jadami10 commented on issue #16022: URL: https://github.com/apache/pinot/issues/16022#issuecomment-2972006133
right, but I'm saying all other DBs do `concat(string1, ..., stringN) → varchar`. so in postgres: - concat("a", "b") -> "ab" - concat("a", "b", "c") -> "abc" - concat("a", "b", "c", "d") -> "abcd" but in pinot - concat("a", "b") -> "ab" - concat("a", "b", "c") -> "acb" - concat("a", "b", "c", "d") -> `Invalid number of arguments to function 'CONCAT'` -- 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...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org