scylladb / scylla-migrator

Migrate data extract using Spark to Scylla, normally from Cassandra
Apache License 2.0
54 stars 34 forks source link

Migration fails with Differing fields error #95

Closed fabjesus closed 1 year ago

fabjesus commented 1 year ago

Hi,

I'm trying to use Scylla-migrator to migrate data from Cassandra to Scylla DB but I have one problem. During the execution of the Migrator I don't have any errors but when I run the Validator, I have several errors like this one:

error_1

The table is the same on source and target:

error

Below, you can find my config.yml

config.txt

Thank you.

fabjesus commented 1 year ago

Please ignore this issue.