Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The enum sharding algorithm does not support bigint #3578

Open
2779382063 opened this issue Dec 29, 2022 · 1 comment
Open

The enum sharding algorithm does not support bigint #3578

2779382063 opened this issue Dec 29, 2022 · 1 comment
Assignees
Labels
community issue from community

Comments

@2779382063
Copy link

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

@dcy10000 dcy10000 self-assigned this Jan 6, 2023
@dcy10000
Copy link
Member

dcy10000 commented Jan 6, 2023

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>

@yanhuqing666 yanhuqing666 added the community issue from community label Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community issue from community
Projects
None yet
Development

No branches or pull requests

3 participants