liuneng1994 commented on code in PR #6558:
URL: https://github.com/apache/incubator-gluten/pull/6558#discussion_r1687811809


##########
cpp-ch/local-engine/Shuffle/ShuffleCommon.h:
##########
@@ -45,16 +45,10 @@ struct SplitOptions
     std::string out_exprs;
     std::string compress_method = "zstd";
     int compress_level;
-    size_t spill_threshold = 300 * 1024 * 1024;
+    size_t spill_threshold = 500 * 1024 * 1024;

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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to