Skip to content

DATACOUCH-650 - Implements deleteById(Iterable<ID> ids). #279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

schauder
Copy link
Contributor

Merge right after DATACMNS-800

Copy link
Member

@mp911de mp911de left a comment

Choose a reason for hiding this comment

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

There are some formatting issues. Other than that, this PR looks fine to me. Paging @daschl and @mikereiche.

import java.util.concurrent.Future;
import java.util.stream.Collectors;

import com.couchbase.client.core.error.IndexExistsException;
Copy link
Member

Choose a reason for hiding this comment

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

We should verify where import changes stem from. This file seemed to be formatted properly previously.

@@ -148,6 +153,25 @@ void count() {
}
}

@Test
// DATACOUCH-650
Copy link
Member

Choose a reason for hiding this comment

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

Nit: Formatting

mp911de pushed a commit that referenced this pull request Nov 25, 2020
…deleteById(Iterable<ID> ids).

Original pull request: #279.
mp911de added a commit that referenced this pull request Nov 25, 2020
Reorder methods. Remove superfluous final keyword. Reformat pom. Fix dependency to Spring Data Commons.

Original pull request: #279.
@mp911de
Copy link
Member

mp911de commented Nov 25, 2020

That's merged and polished now.

@mp911de mp911de closed this Nov 25, 2020
@mp911de mp911de deleted the issue/DATACOUCH-650 branch November 25, 2020 13:34
mikereiche pushed a commit that referenced this pull request Dec 9, 2020
…deleteById(Iterable<ID> ids).

Original pull request: #279.
mikereiche pushed a commit that referenced this pull request Dec 9, 2020
Reorder methods. Remove superfluous final keyword. Reformat pom. Fix dependency to Spring Data Commons.

Original pull request: #279.
mikereiche pushed a commit that referenced this pull request Dec 9, 2020
…deleteById(Iterable<ID> ids).

Original pull request: #279.
mikereiche pushed a commit that referenced this pull request Dec 9, 2020
Reorder methods. Remove superfluous final keyword. Reformat pom. Fix dependency to Spring Data Commons.

Original pull request: #279.
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.

3 participants