diff options
| author | 王宽 <[email protected]> | 2024-10-21 08:27:53 +0000 |
|---|---|---|
| committer | 王宽 <[email protected]> | 2024-10-21 08:27:53 +0000 |
| commit | ac085998d64b91f59d4f1c590540781be2c7c94c (patch) | |
| tree | 028aafc12bb47737fe2995e79b78722ffe078d8a /config | |
| parent | 3b4034993c5812ca239c4824d8101b1cca567b5c (diff) | |
| parent | d6a715c0d65e36665536b8ff03e0cf5ef9ff3e4b (diff) | |
Merge branch 'develop' into 'feature/dos'feature/dos
# Conflicts:
# config/udf.plugins
Diffstat (limited to 'config')
| -rw-r--r-- | config/udf.plugins | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/udf.plugins b/config/udf.plugins index 49edca1..7cd3b0e 100644 --- a/config/udf.plugins +++ b/config/udf.plugins @@ -15,6 +15,9 @@ com.geedgenetworks.core.udf.Rename com.geedgenetworks.core.udf.SnowflakeId com.geedgenetworks.core.udf.StringJoiner com.geedgenetworks.core.udf.UnixTimestampConverter +com.geedgenetworks.core.udf.uuid.UUID +com.geedgenetworks.core.udf.uuid.UUIDv5 +com.geedgenetworks.core.udf.uuid.UUIDv7 com.geedgenetworks.core.udf.udaf.NumberSum com.geedgenetworks.core.udf.udaf.CollectList com.geedgenetworks.core.udf.udaf.CollectSet |
