diff options
| author | wangkuan <[email protected]> | 2024-08-14 15:13:52 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-08-14 15:13:52 +0800 |
| commit | 184940fea67a14fb4cf5313a78ee5e705f13680b (patch) | |
| tree | bc56d9d7ed177beea2b7d9ae6e854997e0f22f0d /groot-common/src/main/resources | |
| parent | b6d37a57e16fee20b2725333dd9740fbe03dc142 (diff) | |
[improve][core]修改UnRoll函数名称为Unroll
Diffstat (limited to 'groot-common/src/main/resources')
| -rw-r--r-- | groot-common/src/main/resources/udf.plugins | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/groot-common/src/main/resources/udf.plugins b/groot-common/src/main/resources/udf.plugins index f5a4c3f..ca0a7ac 100644 --- a/groot-common/src/main/resources/udf.plugins +++ b/groot-common/src/main/resources/udf.plugins @@ -21,4 +21,4 @@ com.geedgenetworks.core.udf.udaf.LongCount com.geedgenetworks.core.udf.udaf.Mean com.geedgenetworks.core.udf.udaf.LastValue com.geedgenetworks.core.udf.udaf.FirstValue -com.geedgenetworks.core.udf.udtf.UnRoll
\ No newline at end of file +com.geedgenetworks.core.udf.udtf.Unroll
\ No newline at end of file |
