mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 11:30:36 +00:00
We are currently using the ColumnToCollectionType wrongly: we are wrapping by that string to every collection. But that is not how Origin operates: a single ColumnToCollectionType hosts all collections a schema has. Funny enough, sstable2json seems to work all right without any comparator - and that is how it worked before, but when a comparator is present, it expects it to abide by what Origin expects. That causes us to crash. Fixes #148 Signed-off-by: Glauber Costa <glommer@cloudius-systems.com>
15 KiB
15 KiB