PrachiKhobragade opened a new issue, #8730:
URL: https://github.com/apache/pinot/issues/8730
The following groovy transform :
`column: industryV2`
`groovy: "Groovy({industryV2Kafka == null || industryV2Kafka ==
Integer.MIN_VALUE ? industryId: industryV2Kafka }, industryId,
industryV2Kafka)"`
if `industryV2Kafka` is null, the Groovy evaluate function directly returns
null, it should return the value after correctly evaluating the 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]