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 /config/udf.plugins | |
| parent | 333c8e3d0b623194e07e942c83dd186b2e60fb7b (diff) | |
[Improve][UUID] UUID class name use uppercase for abbreviations in naming conventions.
Diffstat (limited to 'config/udf.plugins')
| -rw-r--r-- | config/udf.plugins | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/udf.plugins b/config/udf.plugins index 92c652e..25ce168 100644 --- a/config/udf.plugins +++ b/config/udf.plugins @@ -30,6 +30,6 @@ 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 -com.geedgenetworks.core.udf.uuid.Uuid -com.geedgenetworks.core.udf.uuid.UuidV5 -com.geedgenetworks.core.udf.uuid.UuidV7 +com.geedgenetworks.core.udf.uuid.UUID +com.geedgenetworks.core.udf.uuid.UUIDv5 +com.geedgenetworks.core.udf.uuid.UUIDv7 |
