jhorstmann commented on issue #10941:
URL: https://github.com/apache/arrow-rs/issues/10941#issuecomment-5626140733

   > readers should ignore both the logical type annotation and **column 
order** for that column.
   
   I understood this as ignoring the `FileMetaData::column_orders` property for 
such columns. As far as I can see, that is actually not used inside arrow-rs 
itself, but might be used by datafusion or other consumers. We would need to 
indicate to such consumers that the column order and statistics of a column 
cannot be trusted, or postprocess the whole `FileMetaData` struct to update 
those column orders.


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