njaremko opened a new issue, #7543: URL: https://github.com/apache/arrow-rs/issues/7543
**Describe the bug** I recently wrote a PR for #7510 that was wrong. So this is rectifying that. I had used `TimestampMillis` for a time value that does not have a date, which is wrong. I've added two new `Field`s for the missing concept of "time without date", and fixed the conversion to use them, and added the required trait implementations **To Reproduce** Try to parse a `TIME_MILLIS` parquet value using current main **Expected behavior** You get a field holding the number of milliseconds since midnight, but instead you'll get a field holding the number of milliseconds since epoch. -- 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: github-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org