fritzb opened a new issue #8245: URL: https://github.com/apache/pinot/issues/8245
I have a transformFunction which rename a column from `name` to `name_match`. Apparently, the Groovy transform function generates wrong value from other rows, occasionally ( 6000 out of 52000 have wrong value ). This happened on REALTIME table and not OFFLINE. ` "fieldConfigList": [ { "name": "name_match", "encodingType": "RAW", "indexType": "TEXT" } ], "ingestionConfig": { "transformConfigs": [{ "columnName": "name_match", "transformFunction": "Groovy({name}, name)" }] }, ` -- 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