Skip to content

Commit 606f0af

Browse files
committed
remove note
1 parent 7b6f509 commit 606f0af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/net/snowflake/client/core/StmtUtil.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ public static StmtOutput execute(
368368
execTimeData.setGzipStart();
369369
// SNOW-18057: compress the post body in gzip
370370
ByteArrayOutputStream baos = new ByteArrayOutputStream();
371-
//SNOW-2266612 fix the memory leak
372371
try (GZIPOutputStream gzos = new GZIPOutputStream(baos)) {
373372
byte[] bytes = json.getBytes("UTF-8");
374373
gzos.write(bytes);

0 commit comments

Comments
 (0)