luffy-zh commented on code in PR #1932:
URL: https://github.com/apache/orc/pull/1932#discussion_r1601166095
##########
c++/src/Writer.cc:
##########
@@ -45,11 +45,11 @@ namespace orc {
std::string timezone;
WriterMetrics* metrics;
bool useTightNumericVector;
- uint64_t outputBufferCapacity;
+ uint64_t memoryBlockSize;
WriterOptionsPrivate() : fileVersion(FileVersion::v_0_12()) { // default
to Hive_0_12
stripeSize = 64 * 1024 * 1024; // 64M
- compressionBlockSize = 64 * 1024; // 64K
+ compressionBlockSize = 256 * 1024; // 256K
Review Comment:
I will cancel these changes
--
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]