in src/main/kotlin/software/aws/mcs/cql2cfn/cql/Properties.kt [139:144]
fun defineCompactStorage() {
if (compactStorage) {
throw ParsingException("multiple definition of COMPACT STORAGE")
}
compactStorage = true
}