alamb opened a new issue, #5847:
URL: https://github.com/apache/arrow-rs/issues/5847

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   As we worked on filling out support for converting parquet statistics into 
ArrayRefs in DataFusion (see https://github.com/apache/datafusion/issues/10453) 
@marvinlanhenke discovered that 
   
   **Describe the solution you'd like**
   Support writing the following types of data with statistics in the parquet 
[ArrowWriter](https://docs.rs/parquet/latest/parquet/arrow/arrow_writer/struct.ArrowWriter.html#)
   * 
[IntervalDayTimeArray](https://docs.rs/arrow/latest/arrow/array/type.IntervalDayTimeArray.html)
   * 
[IntervalMonthDayNanoArray](https://docs.rs/arrow/latest/arrow/array/type.IntervalMonthDayNanoArray.html)
   * 
[IntervalYearMonthArray](https://docs.rs/arrow/latest/arrow/array/type.IntervalYearMonthArray.html)
   
   This might be the location: 
https://github.com/apache/arrow-rs/blob/fa8d3502388d7cfac724f7b9fae92abc3a716b6f/parquet/src/arrow/arrow_writer/mod.rs#L747
   
   
   **Describe alternatives you've considered**
   <!--
   A clear and concise description of any alternative solutions or features 
you've considered.
   -->
   
   **Additional context**
   
   https://github.com/apache/datafusion/pull/10801#issuecomment-2149452632
   


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