Davis-Zhang-Onehouse commented on code in PR #12826:
URL: https://github.com/apache/hudi/pull/12826#discussion_r1964108098


##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/MetadataConversionUtils.java:
##########
@@ -394,4 +423,12 @@ public static <T extends SpecificRecordBase> byte[] 
convertCommitMetadataToJsonB
       throw new HoodieIOException("Failed to convert to JSON.", e);
     }
   }
+
+  public static boolean isEmptyStream(InputStream inputStream) throws 
IOException {

Review Comment:
   removed



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