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
55 stars 34 forks source link

Convert UTF8Strings, UDTValues and TupleTypes recursively on composite data types from C* #31

Closed iravid closed 3 years ago

iravid commented 3 years ago

Resolves #26 Resolves #30

tarzanek commented 3 years ago

will it work for null values too? or this is scala implicit?

iravid commented 3 years ago

26 is actually unrelated to null values at all; just the presence of strings in composite data types.