njaremko opened a new pull request, #7544: URL: https://github.com/apache/arrow-rs/pull/7544
# Which issue does this PR close? Closes #7543 # Rationale for this change I recently wrote a PR for https://github.com/apache/arrow-rs/issues/7510 that was wrong. So this is rectifying that. # What changes are included in this PR? I had used TimestampMillis for a time value that does not have a date, which is wrong. I've added two new Fields for the missing concept of "time without date", and fixed the conversion to use them, and added the required trait implementations # Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> There are new `Field` variants, so if people are matching `Field`, this'll cause a compile error when they upgrade -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org