svetakvsundhar commented on code in PR #30158:
URL: https://github.com/apache/beam/pull/30158#discussion_r1473363862
##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOSearchIT.java:
##########
@@ -127,15 +126,15 @@ public void teardown() throws IOException {
}
}
- @Ignore("https://github.com/apache/beam/issues/28505")
@Test
public void testFhirIOSearch() {
pipeline.getOptions().as(DirectOptions.class).setBlockOnRun(false);
// Search using the resource type of each written resource and empty
search parameters.
PCollection<FhirSearchParameter<String>> searchConfigs =
pipeline.apply(
-
Create.of(input).withCoder(FhirSearchParameterCoder.of(StringUtf8Coder.of())));
+ Create.of(input.subList(0, 20))
Review Comment:
resolved offline
--
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]