rajarshisarkar commented on a change in pull request #4267:
URL: https://github.com/apache/iceberg/pull/4267#discussion_r820389381
##########
File path: gcp/src/test/java/org/apache/iceberg/gcp/gcs/GCSOutputStreamTest.java
##########
@@ -57,14 +58,16 @@ public void testWrite() {
@Test
public void testMultipleClose() throws IOException {
- GCSOutputStream stream = new GCSOutputStream(storage, randomBlobId(),
properties);
+ GCSOutputStream stream = new GCSOutputStream(storage, randomBlobId(),
properties, MetricsContext
+ .nullMetrics());
Review comment:
Thanks, I have made the changes.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]