kou commented on code in PR #45226:
URL: https://github.com/apache/arrow/pull/45226#discussion_r1912836255


##########
cpp/src/arrow/adapters/orc/adapter_test.cc:
##########
@@ -235,7 +235,7 @@ void AssertTableWriteReadEqual(const 
std::vector<std::shared_ptr<Table>>& input_
   write_options.compression = Compression::UNCOMPRESSED;
 #endif
   write_options.file_version = adapters::orc::FileVersion(0, 11);
-  write_options.compression_block_size = 32768;
+  write_options.compression_block_size = 64 * 1024;

Review Comment:
   Why do we need this option value?



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

Reply via email to