> Are they basically a way to group together a set of UDF functions
You are right, each module would have a set of functions which behaves like a Flink builtin function, the functions don’t have any namespaces. When there are two objects of the same name residing in two modules, Flink always resolves the object reference to the one in the 1st loaded module. Here is the doc why we evolves this feature [1]
Il Dom 26 Apr 2020, 10:52 Danny Chan <[hidden email]> ha scritto:
> Are they basically a way to group together a set of UDF functions
You are right, each module would have a set of functions which behaves like a Flink builtin function, the functions don’t have any namespaces. When there are two objects of the same name residing in two modules, Flink always resolves the object reference to the one in the 1st loaded module. Here is the doc why we evolves this feature [1]