AhmedElsagher opened a new issue, #8990: URL: https://github.com/apache/pinot/issues/8990
I created a UDF in java and and build jar file and put it in plugins then test it in query mode and got the expected output I tried the same function in transformConfigs but it didn't work I got this error `"Invalid transform function 'encrypt(column_1)' for column 'cloumn_2'"}` `"ingestionConfig": { "transformConfigs": [{ "columnName": "column_2", "transformFunction": "encrypt(column_1)" }] },` -- 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.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