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 /config/udf.plugins | |
| parent | b6d37a57e16fee20b2725333dd9740fbe03dc142 (diff) | |
[improve][core]修改UnRoll函数名称为Unroll
Diffstat (limited to 'config/udf.plugins')
| -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 9eb32c4..0d6c0fe 100644 --- a/config/udf.plugins +++ b/config/udf.plugins @@ -22,4 +22,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 |
