116117118119120121122
// Copypasta from CassandraServer (where it is private). private static void validateSchemaAgreement() throws SchemaDisagreementException { if (describeSchemaVersions().size() > 1) throw new SchemaDisagreementException(); }
184185186187188189190
// schemas agree return; } throw new SchemaDisagreementException(); }
110111112113114115116
138139140141142143144
949596979899100
122123124125126127128