We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Let's have a table like below:
CREATE TABLE ks_name.tbl_name ( s_id bigint, c_id bigint, status boolean, uid_ts timestamp, uids text, PRIMARY KEY ((s_id, c_id)) );
There is only partition key. We're using version 1.10.0.
1.10.0
When we run ./dsbulk count -h <host> -u <user> -p <pswd> --stats.modes partitions --stats.numPartitions 20 on this table, we get an error as follows:
./dsbulk count -h <host> -u <user> -p <pswd> --stats.modes partitions --stats.numPartitions 20
Cannot count partitions for table tbl_name: it has no clustering columns
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Let's have a table like below:
There is only partition key. We're using version
1.10.0
.When we run
./dsbulk count -h <host> -u <user> -p <pswd> --stats.modes partitions --stats.numPartitions 20
on this table, we get an error as follows:┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: