alamb commented on code in PR #8642:
URL: https://github.com/apache/arrow-datafusion/pull/8642#discussion_r1436442507
##########
datafusion/core/src/datasource/file_format/arrow.rs:
##########
@@ -193,6 +193,13 @@ impl DisplayAs for ArrowFileSink {
}
}
+/// Initial writing buffer size. Note this is just a size hint for efficiency.
It
+/// will grow beyond the set value if needed.
+const INITIAL_BUFFER_BYTES: usize = 1048576;
Review Comment:
Filed follow on PR https://github.com/apache/arrow-datafusion/pull/8656
--
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]