jorisvandenbossche commented on PR #907: URL: https://github.com/apache/arrow-adbc/pull/907#issuecomment-1639892583
Indeed, and FWIW, pandas's to_sql maps timedelta data to integers and warns about doing that: https://github.com/pandas-dev/pandas/blob/c92b3701efff16293bd110a3f06f458040b43d97/pandas/io/sql.py#L1312-L1319 I am wondering if in theory we could store duration as an interval with only microseconds set (no years/days) -- 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]
