Skip to content

Commit

Permalink
Refactor shard transfers (#6631)
Browse files Browse the repository at this point in the history
DESCRIPTION: Refactor and unify shard move and copy functions

Shard move and copy functions share a lot of code in common. This PR
unifies these functions into one, along with some helper functions. To
preserve the current behavior, we'll introduce and use an enum
parameter, and hardcoded strings for producing error/warning messages.
  • Loading branch information
agedemenli authored Apr 3, 2023
1 parent 92b358f commit 697bb55
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 330 deletions.
Loading

0 comments on commit 697bb55

Please sign in to comment.