jackylee-ch commented on code in PR #8686:
URL: https://github.com/apache/incubator-gluten/pull/8686#discussion_r1947416844
##########
cpp/core/jni/JniCommon.h:
##########
@@ -488,22 +488,36 @@ class JavaRssClient : public RssClient {
}
int32_t pushPartitionData(int32_t partitionId, const char* bytes, int64_t
size) override {
+ const int64_t maxBufferSize = 128 * 1024 * 1024; // 128 MB
Review Comment:
nit: a config for this buffer size.
--
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]