zt9788 commented on issue #34161:
URL:
https://github.com/apache/shardingsphere/issues/34161#issuecomment-2586052048
@bluefoxyu
change hash_mode to inline
```
table_${Math.abs(column.hashCode()) % 16}
```
--
This is an automated message from the Apache Git Service.
To respond
bluefoxyu commented on issue #34161:
URL:
https://github.com/apache/shardingsphere/issues/34161#issuecomment-2585621609
I also encountered this problem, how did you solve it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
zt9788 closed issue #34161: version 5.5.1 Sharding algorithm HASH_MOD
initialization failed...
URL: https://github.com/apache/shardingsphere/issues/34161
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go
zt9788 commented on issue #34161:
URL:
https://github.com/apache/shardingsphere/issues/34161#issuecomment-2563402048
@terrymanu
I don't understand why the hash_mod sharding configuration of tables is not
supported, but it is supported in the lower version (5.3.2). Is it for any
con
terrymanu commented on issue #34161:
URL:
https://github.com/apache/shardingsphere/issues/34161#issuecomment-2563365180
Please just follow the document
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to
zt9788 commented on issue #34161:
URL:
https://github.com/apache/shardingsphere/issues/34161#issuecomment-2563240838
@terrymanu
i saw the doc that
```
autoTables: # Auto Sharding table configuration
t_order_auto: # Logic table name
actualDataSources (?): # Da
terrymanu commented on issue #34161:
URL:
https://github.com/apache/shardingsphere/issues/34161#issuecomment-2562601894
HASH_MOD can use in auto tables only.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
zt9788 opened a new issue, #34161:
URL: https://github.com/apache/shardingsphere/issues/34161
use version 5.5.1 the when program start there will be throw a exception
`Sharding algorithm HASH_MOD initialization failed, table xxx tables
sharding configuration can not use auto sharding