kevingurney commented on PR #37289: URL: https://github.com/apache/arrow/pull/37289#issuecomment-1686992264
After thinking this through, we realized that we actually don't need this helper function for `Date` types because there won't be any `DateUnit` name-value pair on the `arrow.date32` or `arrow.date64` functions. Unlike `Time32Type` and `Time64Type`, which can have different `TimeUnit` values, the `DateUnit` for `Date32Type` and `Date64Type` will always be fixed to `Day` and `Millisecond`, respectively. I will close this PR and the associated issue #37288. My apologies for the confusion. -- 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]
