scylladb / scylla-migrator

Migrate data extract using Spark to Scylla, normally from Cassandra/parquet files. Alt. from DynamoDB to Scylla Alternator.
https://migrator.docs.scylladb.com/stable/
Apache License 2.0
61 stars 36 forks source link

Increase the capacity of `itemCount` #187

Closed julienrf closed 3 months ago

julienrf commented 3 months ago

Use Long instead of Int to match the AWS SDK.

Fixes #186