alamb commented on code in PR #8642:
URL: https://github.com/apache/arrow-datafusion/pull/8642#discussion_r1436444697


##########
datafusion/core/src/datasource/file_format/parquet.rs:
##########
@@ -75,6 +75,17 @@ use crate::physical_plan::{
     Statistics,
 };
 
+/// Size of the buffer for [`AsyncArrowWriter`].
+const PARQUET_WRITER_BUFFER_SIZE: usize = 10485760;

Review Comment:
   I don't know why these values are (slightly) different, but I figured we 
could start by keeping them the same and then could unify them as a follow on 
if needed



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