diff options
| author | wangkuan <[email protected]> | 2024-11-26 18:13:48 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-11-26 18:13:48 +0800 |
| commit | f2989ca998a3d164e53221625aa74c61585c0efa (patch) | |
| tree | a1cb40cd415eea9e14dc547a8df78c0704e707f3 /groot-common/src/main/resources/udf.plugins | |
| parent | 88d73bd9313e16d9738b84533f9ad17255e60b65 (diff) | |
[feature][core]CN-1730 回滚CollectList和CollectSet,新增数组聚合函数ArrayContactAgg及相关单元测试
Diffstat (limited to 'groot-common/src/main/resources/udf.plugins')
| -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 |
