pitrou commented on PR #47316: URL: https://github.com/apache/arrow/pull/47316#issuecomment-3209975428
DuckDB is a bit more sophisticated: * it reads and writes `TimeType(isAdjustedToUTC=false)` as its own `TIME` logical type, which is mapped to the Arrow Time type * it reads and writes `TimeType(isAdjustedToUTC=true)` as its own `TIME_TZ` logical type Nevertheless, DuckDB agrees with Parquet Rust here. -- 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]
