pgwhalen commented on PR #40894:
URL: https://github.com/apache/arrow/pull/40894#issuecomment-2028256982
So what I'm going for:
- `PeriodDuration` is still the object returned by `getObject()` to JDBC
clients (matching the return type on the underlying vector)
- `PeriodDuration` should implement `TemporalAmount`
- The string returned by its `StringGetter` should be an ISO-8601 interval
Does that sound right @laurentgo @lidavidm ?
It's perhaps worth pointing out that I'll basically be re-implementing
[ThreeTen's PeriodDuration
class](https://github.com/ThreeTen/threeten-extra/blob/main/src/main/java/org/threeten/extra/PeriodDuration.java).
I assume it's not desirable to replace Arrow's `PeriodDuration` with that
class entirely.
--
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]