Skip to content

Commit

Permalink
Add missing "the" in README.md [skip ci] (#246)
Browse files Browse the repository at this point in the history
In the "Renaming a table" section.
  • Loading branch information
ybiquitous authored Oct 23, 2023
1 parent 05d3bf3 commit b093064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ A safer approach is to:

1. Create a new table
2. Write to both tables
3. Backfill data from the old table to new table
3. Backfill data from the old table to the new table
4. Move reads from the old table to the new table
5. Stop writing to the old table
6. Drop the old table
Expand Down

0 comments on commit b093064

Please sign in to comment.