zeroshade commented on issue #34828: URL: https://github.com/apache/arrow/issues/34828#issuecomment-1494631080
So, the `arrow.Date32` and `arrow.Date64` types have `FormattedString` methods which return the actual date instead of the numeric value. I'm not opposed to just renaming them as `String()` so that it becomes the default string representation for those types and it should be pretty easy to do. Alternately, the `String()` method of those arrays could be modified to call `FormattedString` instead of just writing the numbers to the buffer. Honestly, I'd probably label this as an enhancement rather than a bug, because the current behavior *is* the intended behavior. -- 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]
