alamb commented on code in PR #13663:
URL: https://github.com/apache/datafusion/pull/13663#discussion_r1874025611
##########
datafusion/core/src/datasource/file_format/parquet.rs:
##########
@@ -934,7 +934,7 @@ fn spawn_column_parallel_row_group_writer(
max_buffer_size: usize,
pool: &Arc<dyn MemoryPool>,
) -> Result<(Vec<ColumnWriterTask>, Vec<ColSender>)> {
- let schema_desc = arrow_to_parquet_schema(&schema)?;
+ let schema_desc = arrow_to_parquet_schema(&schema, false)?;
Review Comment:
I found this annoying -- filed https://github.com/apache/arrow-rs/pull/6840
to make it clearer what is going on
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]