diff options
Diffstat (limited to 'groot-common')
| -rw-r--r-- | groot-common/src/main/resources/udf.plugins | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/groot-common/src/main/resources/udf.plugins b/groot-common/src/main/resources/udf.plugins index 3d6a353..6a3f245 100644 --- a/groot-common/src/main/resources/udf.plugins +++ b/groot-common/src/main/resources/udf.plugins @@ -36,4 +36,5 @@ com.geedgenetworks.core.udf.udtf.JsonUnroll com.geedgenetworks.core.udf.udtf.Unroll com.geedgenetworks.core.udf.udtf.PathUnroll com.geedgenetworks.core.udf.udaf.Max -com.geedgenetworks.core.udf.udaf.Min
\ No newline at end of file +com.geedgenetworks.core.udf.udaf.Min +com.geedgenetworks.core.udf.udaf.array.ArrayContactAgg
\ No newline at end of file |
