Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroMarquesAndrade committed Mar 9, 2021
1 parent c6cfe61 commit 9788a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions butterfree/migrations/cassandra_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class CassandraMigration(DatabaseMigration):
changes to a given Cassandra table. There are, however, some remarks that need
to be highlighted:
- If an existing feature has its type changed, then it'll be dropped and a new
column with the same name and the new type will be created, therefore a backfilling
job may be required;
column with the same name and the new type will be created, therefore a
backfilling job may be required;
- If new features are added to your feature set, then they're going to be added
to the corresponding Cassandra table;
- Since feature sets can be written both to a feature set and an entity table,
Expand Down

0 comments on commit 9788a1e

Please sign in to comment.