PrachiKhobragade opened a new pull request, #8732: URL: https://github.com/apache/pinot/pull/8732
### Description When the arguments for groovy transform are null, the evaluate function returns null without running the script. This fix removes that null check in order for the function to evaluate. Details in isuue #8730 ### Testing Done - Tested the transformation works when reloading a segment and when creating a new segment using generic rows. - Modified unit test to evaluate the supported groovy function. -- 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]
