diff options
| author | doufenghu <[email protected]> | 2024-10-16 20:41:39 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-10-16 20:41:39 +0800 |
| commit | 1c8baf9c355db3df000278a5e1d9860c5baf4635 (patch) | |
| tree | 0289c4339b4d313133ce436ca13a4f7508a1de12 /groot-common | |
| parent | 333c8e3d0b623194e07e942c83dd186b2e60fb7b (diff) | |
[Improve][UUID] UUID class name use uppercase for abbreviations in naming conventions.
Diffstat (limited to 'groot-common')
| -rw-r--r-- | groot-common/src/main/resources/udf.plugins | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/groot-common/src/main/resources/udf.plugins b/groot-common/src/main/resources/udf.plugins index dae8bae..26a6754 100644 --- a/groot-common/src/main/resources/udf.plugins +++ b/groot-common/src/main/resources/udf.plugins @@ -28,4 +28,7 @@ com.geedgenetworks.core.udf.udaf.HdrHistogram.HdrHistogramQuantile com.geedgenetworks.core.udf.udaf.HdrHistogram.HdrHistogramQuantiles com.geedgenetworks.core.udf.udtf.JsonUnroll com.geedgenetworks.core.udf.udtf.Unroll -com.geedgenetworks.core.udf.udtf.PathUnroll
\ No newline at end of file +com.geedgenetworks.core.udf.udtf.PathUnroll +com.geedgenetworks.core.udf.uuid.UUID +com.geedgenetworks.core.udf.uuid.UUIDv5 +com.geedgenetworks.core.udf.uuid.UUIDv7
\ No newline at end of file |
