diff options
| author | doufenghu <[email protected]> | 2024-11-26 18:30:52 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-11-26 18:30:52 +0800 |
| commit | d445302cea095c538d30a8b11d134845cd671bac (patch) | |
| tree | a5eff682e8541e9c4fd39a2c95c9b7d8959ff9f0 /groot-common/src/main | |
| parent | 5d14e59f1a590996a3014a3fff9a99444a3fd4bd (diff) | |
| parent | 56c4a9a7e1619b01662db092934019a83dbf2168 (diff) | |
Merge branch 'develop' of https://git.mesalab.cn/galaxy/platform/groot-stream into develop
Diffstat (limited to 'groot-common/src/main')
| -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 |
