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

fails to copy row_keys table because non-nullable field data_type of the Cassandra DB contains null values #85

Open
tarzanek opened this issue Jul 27, 2022 · 1 comment

Comments

@tarzanek
Copy link
Contributor

migrate from Cassandra 3.11.13 to ScyllaDB, the schema is from KairosDB, migrator fails to copy row_keys table because non-nullable field data_type of the Cassandra DB contains null values (error: RuntimeException: The 3th field 'data_type' of input row cannot be null)

is there a workaround?

@tarzanek
Copy link
Contributor Author

generally we can add a null check into preparation of the data for writing, but it is weird a non-nullable column contains nulls
does Cassandra have some way to either repair or scrub the data?
(ala https://docs.scylladb.com/stable/operating-scylla/nodetool-commands/scrub.html )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant