fallintoplace opened a new pull request, #1095: URL: https://github.com/apache/arrow-go/pull/1095
### What happened A Parquet INT64 column with an Arrow duration in the stored ARROW:schema metadata was restored as int64, losing the duration unit. ### What changed Restore the original duration type when the inferred Parquet type is int64. The test covers seconds, milliseconds, microseconds, and nanoseconds. ### Tests - go test ./parquet/pqarrow -run TestRestoreDurationFromStoredSchema -count=1 -- 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]
