marin-ma commented on code in PR #10193:
URL:
https://github.com/apache/incubator-gluten/pull/10193#discussion_r2218583263
##########
cpp/velox/tests/VeloxShuffleWriterTest.cc:
##########
@@ -43,6 +43,7 @@ struct ShuffleTestParams {
int32_t diskWriteBufferSize{0};
bool useRadixSort{false};
bool enableDictionary{false};
+ int64_t deserializerBufferSize{0};
Review Comment:
It's used on shuffle reader side, to hold the decompressed rows from the
inputstream.
--
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]