scylladb / cql-stress

10 stars 4 forks source link

c-s: Implement UDT support for user-profiles #92

Open muzarski opened 3 months ago

muzarski commented 3 months ago

Original c-s does not provide a support for UDTs in user-profiles. We would like to have it implemented for cql-stress to allow testing/stressing much more complex schemas.

To implement the generator for UDTs, we firstly need to refactor generator's logic so we can nest the generators. This would also allow us to implement generators for nested collections, and some other complex types.