gortiz opened a new issue, #17362:
URL: https://github.com/apache/pinot/issues/17362

   The split part function 
([link](https://github.com/apache/pinot/blob/58e5c4afa8ef3f46f20c0a125469d40f5741ceab/pinot-common/src/main/java/org/apache/pinot/common/function/scalar/StringFunctions.java#L553))
 is allocation-heavy.
   
   It first calculates all splits and then only returns the one indexed as 
requested by its argument. That is very allocation expensive when the index is 
very small and the separator is repeated several times.


-- 
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]

Reply via email to