psvri opened a new pull request, #3183: URL: https://github.com/apache/arrow-rs/pull/3183
# Which issue does this PR close? Closes #1168. # Rationale for this change Allows duration value to be pretty printed via the function `array_value_to_string` # What changes are included in this PR? Allows duration to be printed. Also improved some of the macros used if `array_value_to_string` . This gave about 4-5% performance improvement by using value_unchecked and removing the unnecessary null check. # Are there any user-facing changes? No -- 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]
