thiagotnunes commented on code in PR #25309:
URL: https://github.com/apache/beam/pull/25309#discussion_r1096356668


##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/dao/PartitionMetadataDaoTest.java:
##########
@@ -165,6 +279,23 @@ public void testInTransactionContextUpdateToFinished() {
         
mutationValueMap.get(PartitionMetadataAdminDao.COLUMN_STATE).getString());
   }
 
+  // @Test

Review Comment:
   Remember to cleanup



##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/it/ChangeStreamTestPipelineOptions.java:
##########
@@ -21,17 +21,17 @@
 import org.apache.beam.sdk.options.Default;
 import org.apache.beam.sdk.options.Description;
 import org.apache.beam.sdk.options.StreamingOptions;
-import org.checkerframework.checker.nullness.qual.Nullable;
 
 public interface ChangeStreamTestPipelineOptions extends 
IOTestPipelineOptions, StreamingOptions {
   @Description("Project that hosts Spanner instance")
-  @Nullable
+  // @Nullable

Review Comment:
   Remember to cleanup



-- 
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]

Reply via email to