tustvold commented on issue #3362: URL: https://github.com/apache/arrow-rs/issues/3362#issuecomment-1356864590
The record API does not appear to support time types at all - https://docs.rs/parquet/latest/parquet/record/enum.Field.html As a workaround I would suggest using either the arrow APIs or lower-level writer APIs as they support this and are more actively maintained. Otherwise I would also be happy to review a PR adding support for this, but am unlikely to have time to work on this myself. -- 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]
