diff options
| author | wangkuan <[email protected]> | 2024-11-26 18:39:28 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-11-26 18:39:28 +0800 |
| commit | 7a9ccfa3b471cd7b80ecdd66452f7179ba131c83 (patch) | |
| tree | 31aaa214f393dfd1fd899203a4354a2b6f81d9eb /config | |
| parent | f2989ca998a3d164e53221625aa74c61585c0efa (diff) | |
[feature][core]CN-1730 修改函数类名为ArrayConcatAgg
Diffstat (limited to 'config')
| -rw-r--r-- | config/udf.plugins | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/udf.plugins b/config/udf.plugins index 6a3f245..a7cc218 100644 --- a/config/udf.plugins +++ b/config/udf.plugins @@ -37,4 +37,4 @@ com.geedgenetworks.core.udf.udtf.Unroll com.geedgenetworks.core.udf.udtf.PathUnroll com.geedgenetworks.core.udf.udaf.Max com.geedgenetworks.core.udf.udaf.Min -com.geedgenetworks.core.udf.udaf.array.ArrayContactAgg
\ No newline at end of file +com.geedgenetworks.core.udf.udaf.array.ArrayConcatAgg
\ No newline at end of file |
