dble icon indicating copy to clipboard operation
dble copied to clipboard

The enum sharding algorithm does not support bigint

Open 2779382063 opened this issue 3 years ago • 1 comments

The enum sharding algorithm, the value does not support bigint large numbers, and the error is reported as follows: {cf3ca122-7fa6-447b-9db3-31ee2f9ccccf}

2779382063 avatar Dec 29 '22 10:12 2779382063

temporary solution: you can set type=1

<function name="enum" class="enum">
       <property name="mapFile">partition.txt</property>
       <property name="defaultNode">0</property>
       <property name="type">1</property>
</function>

dcy10000 avatar Jan 06 '23 02:01 dcy10000