liamzwbao commented on issue #8194: URL: https://github.com/apache/arrow-rs/issues/8194#issuecomment-3212700760
Sorry I didn't make it clear, @alamb. For duration, we have two ways to implement: 1. handle it similar to `Interval` (https://github.com/apache/arrow-rs/pull/8125) where we throw an error saying it's not supported. 2. handle it like `Timestamp` (https://github.com/apache/arrow-rs/pull/8113) and cast it to `Variant::TimestampNtzMicros` Which one makes more sense to you? -- 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