damondouglas commented on code in PR #24403:
URL: https://github.com/apache/beam/pull/24403#discussion_r1036209452
##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/datastore/DatastoreV1Test.java:
##########
@@ -651,6 +652,45 @@ public void testDatatoreWriterFnWithLargeEntities() throws
Exception {
}
}
+ /** Tests {@link DatastoreWriterFn} correctly flushes batch upon receive
same entity keys. */
+ @Test
+ public void testDatatoreWriterFnWithDuplicateEntities() throws Exception {
Review Comment:
Missing the 's' in Datastore:
`testDatatoreWriterFnWithDuplicateEntities` =>
`testDatastoreWriterFnWithDuplicateEntities`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]