tolbertam / sstable-tools

Tools for parsing, creating and doing other fun stuff with sstables
Apache License 2.0
162 stars 31 forks source link

Composite partition key issues #52

Closed clohfink closed 7 years ago

clohfink commented 8 years ago

if theres a composite partition key and the column family metadata is built from the sstable it will fail to render as a table when walking through partition keys since the single composite part key does not match up with the broken up values in the ResultSet.

clohfink commented 8 years ago

not regression for what its worth, this has been bug since day 1, but it will still render right in json and dump output so we never noticed, only in the table format because it iterates the resultset and compares to the cfm keys

clohfink commented 7 years ago

fixed in master per 9159b69