-
Notifications
You must be signed in to change notification settings - Fork 192
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
Conversation
There was a problem hiding this 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; |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Formatting
…deleteById(Iterable<ID> ids). Original pull request: #279.
Reorder methods. Remove superfluous final keyword. Reformat pom. Fix dependency to Spring Data Commons. Original pull request: #279.
That's merged and polished now. |
…deleteById(Iterable<ID> ids). Original pull request: #279.
Reorder methods. Remove superfluous final keyword. Reformat pom. Fix dependency to Spring Data Commons. Original pull request: #279.
…deleteById(Iterable<ID> ids). Original pull request: #279.
Reorder methods. Remove superfluous final keyword. Reformat pom. Fix dependency to Spring Data Commons. Original pull request: #279.
Merge right after DATACMNS-800