-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
AbstractClickhouseLoaderMapper.java文件中的这段代码里的hashString报错,提示说是少了个参数,请问该如何解决?
if(StringUtils.isNotBlank(clickhouseDistributedTableShardingKeyValue)){ code = hashFn.hashString(clickhouseDistributedTableShardingKeyValue).asInt() & Integer.MAX_VALUE; }else{ code = hashFn.hashString(UUID.randomUUID().toString()).asInt() & Integer.MAX_VALUE; }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels