Replies: 1 comment
-
|
Thanks for bringing this up. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, in https://github.com/bytedance/bolt/blob/main/bolt/dwio/orc/writer/OrcWriter.cpp#L198,
arrowOption->stripe_size = options.dataPageSize;,but stripe_size is 64MB by default in arrow and the orc java code while dataPageSize is
int64_t dataPageSize = 1'024 * 1'024;in https://github.com/bytedance/bolt/blob/main/bolt/dwio/orc/writer/OrcWriter.h#L131I don't understand why the default stripe size is changed from 64MB to 1MB ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions