Skip to content

代码报错问题 #2

@matribots

Description

@matribots

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; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions