marin-ma commented on code in PR #9278:
URL: https://github.com/apache/incubator-gluten/pull/9278#discussion_r2056851997


##########
cpp/velox/shuffle/VeloxShuffleReader.cc:
##########
@@ -41,14 +43,16 @@
 using namespace facebook::velox;
 
 namespace gluten {
-
 namespace {
+constexpr uint64_t kMaxReadBufferSize = (1 << 20) - AlignedBuffer::kPaddedSize;

Review Comment:
   @j7nhai Resolved in https://github.com/apache/incubator-gluten/pull/9356 
   
   The configuration is 
spark.gluten.sql.columnar.shuffle.sort.deserializerBufferSize, default 1MB



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

Reply via email to