adamreeve commented on issue #37070:
URL: https://github.com/apache/arrow/issues/37070#issuecomment-2496281526

   Hi @lmocsi, it looks like the data you provided originally was not written 
by Polars but by parquet-mr, as shown by the `CreatedBy` metadata. Date data 
written by Polars will use an int32 Parquet column with the date logical type, 
and this shouldn't have any problem being ready by PyArrow.
   
   Is reading the int96 data from parquet-mr still an issue for you?


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