linliu-code commented on code in PR #12866:
URL: https://github.com/apache/hudi/pull/12866#discussion_r2105670825


##########
hudi-io/src/main/java/org/apache/hudi/io/compress/HoodieDecompressor.java:
##########
@@ -41,4 +41,10 @@ int decompress(InputStream compressedInput,
                  byte[] targetByteArray,
                  int offset,
                  int length) throws IOException;
+
+  /**
+   * Compress the data provided.
+   *
+   */

Review Comment:
   Done.



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