jadami10 commented on issue #16022: URL: https://github.com/apache/pinot/issues/16022#issuecomment-2946803873
maybe the problem is really [Pinot's concat function](https://docs.pinot.apache.org/functions-1/concat)? `CONCAT(col1, col2, seperator)` is different from other sql engine's i'm checking (postgres, sql server, trino/presto). `concat(string1, ..., stringN) → varchar` seems to be better? though i don't know what a reasonable way to do this would be since you can't safely change pinot's behavior. -- 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