Skip to content

Issue 230: Directory rename deletes children whose row keys are unchanged - #231

Open
milandesai wants to merge 1 commit into
trunkfrom
issue-230
Open

Issue 230: Directory rename deletes children whose row keys are unchanged#231
milandesai wants to merge 1 commit into
trunkfrom
issue-230

Conversation

@milandesai

Copy link
Copy Markdown
Contributor

Link to #230

else
dirsToDelete.add(INodeDirectory.valueOf(input));
public void apply(INode child) throws IOException {
if (!child.getRenameState().getFlag()) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we have filtered somewhere else rather than here? I think it may make more sense to have this method stay the same but to filter out potential directories that shouldn't be deleted in the actual rename method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants