SWJTU-ZhangLei commented on code in PR #48073:
URL: https://github.com/apache/doris/pull/48073#discussion_r1971525407
##########
fe/fe-core/src/main/java/org/apache/doris/fs/obj/ObjStorage.java:
##########
@@ -32,6 +32,8 @@
* @param <C> cloud SDK Client
*/
public interface ObjStorage<C> {
+ public static final int CHUNK_SIZE = 5 * 1024 * 1024;
Review Comment:
> add comment what is chunk_size and what it is for
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]