simsurace commented on issue #303:
URL: https://github.com/apache/arrow-julia/issues/303#issuecomment-1067325809


   We just did an experiment. When we write the following arrow file from Julia
   ```
   arrow_dt = [convert(Arrow.Date{Arrow.Flatbuf.DateUnits.DAY, Int32}, 
Date(2022) + Day(i-1)) for i in 1:10]
   t = (; dt = arrow_dt)
   Arrow.write("tmp.arrow", t)
   ```
   and then open it using polars, it is read just fine.
   Presumably this bypasses the normal encoding interface mentioned above. 


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