Hello, In regards to using the "CREATE FUNCTION USING JAR" syntax, does the statement check for the following when the statement is submitted?
1. The existence of the JAR file 2. The JAR files contains the class specified in the statement? In a mulit-server environment, does this statement need to be run on each server or when a server sees a function for the first time, it will check the metastore to see if it's defined? Thanks!