Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Feature - SchemaVersionDAO with Cassandra Backwards Compatibility #40

Open
hhandoko opened this issue Feb 1, 2017 · 0 comments
Open

Comments

@hhandoko
Copy link
Owner

hhandoko commented Feb 1, 2017

Outcome Desired

cassandra-migration creates its schema version library with specific CQL commands which may fail with latest Cassandra versions (or whenever system schema changes in the future).

SchemaVersionDAO must be able to detect the running Cassandra version and use the appropriate CQL commands to prevent runtime errors.


Definition of Done

cassandra-migration schema version table creation works with older and latest Cassandra versions.


Out of Scope

N / A


How to Demo

  1. Run cassandra-migration on older and latest Cassandra version (empty database)
  2. Observe that the schema version table is created successfully
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant