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

Change TTL Catalyst type to Integer #41

Closed iravid closed 3 years ago

iravid commented 3 years ago

The new driver version now emits integers when querying TTLs.

Fixes #32.

Dobiasd commented 3 years ago

Cool! Thanks a lot. :slightly_smiling_face: I just tested it, and it works perfectly for the migration I'm working on. :+1:

iravid commented 3 years ago

Fantastic. Thanks for letting me know @Dobiasd. Will merge now.