Recreate UDFs?
So I have a set of UDFs created for Vertica 6.1 and now I'm moving to Vertica 7. I upgraded it using "update_vertica". Do I have to recreate the UDFs? By recreating UDFs I mean recompiling the cpp files to generate binaries and then running "CREATE LIBRARY" and "CREATE TRANSFORM FUNCTION" function for each UDF.
0
Comments
We did not encounter issues when moving from 6.1 to 7.1 in the R UDF scenario.
You could check by executing the UDF against a test case, or going the safe route and reloading.