jasperjiaguo commented on code in PR #8753:
URL: https://github.com/apache/pinot/pull/8753#discussion_r892750437
##########
pinot-common/src/main/java/org/apache/pinot/common/utils/TarGzCompressionUtils.java:
##########
@@ -44,6 +48,11 @@
* Utility class to compress/de-compress tar.gz files.
*/
public class TarGzCompressionUtils {
+ public static final long NO_RATE_LIMIT = -1;
+ public static final long MATCH_UNTAR_RATE = 0;
+ private static final int DEFAULT_BUFFER_SIZE = 4 * 1024 * 1024;
Review Comment:
added
--
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]