waitingkuo commented on issue #3982:
URL:
https://github.com/apache/arrow-datafusion/issues/3982#issuecomment-1296179550
@alamb i have no idea for timetz in arrow-rs for now as `Time` has not
timezone (e.g. `DataType::Time64(TimeUnit::Nanosecond)` while `Timestamp` has
(e.g. `DataType::Timestamp(TimeUnit::Nanosecond, Some("UTC".to_string()))`
i think we could either
1. follow postgresql's function signature that means we could implement
`LOCAL_TIME` instead
2. keep it simple, return `TIME` directly for now and comment it
in the long run, we might consider make these function names explicitly like
what was discussed in
https://github.com/apache/arrow-datafusion/issues/686#issuecomment-885171173
--
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]