Monkwire3 opened a new pull request, #5428: URL: https://github.com/apache/arrow-rs/pull/5428
# Which issue does this PR close? Closes #5336 . # Rationale for this change This change makes the debug output of Time32/Time64 arrays more descriptive. # What changes are included in this PR? This PR changes the way Time32 and Time64 arrays are printed to debug. Previously, values that could not be cast to Time32 or Time64 had debug output values of `null`. With this change, unsuccessful casts are included as errors in the debug output. # Are there any user-facing changes? Yes, the debug output for Time32 and Time64 arrays will change. -- 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