aldanor opened a new issue #841: URL: https://github.com/apache/arrow-rs/issues/841
Minor/cosmetic/consistency request: Would it make sense to re-export `NanoSeconds` etc since, technically, they're used in `TimeUnit` which is re-exported in `parquet::basic`? (or provide helper constructors like `TimeUnit::nanoseconds()`, or even `TimestampType::nanoseconds(bool)` to reduce the boilerplate even further) // Yes, you can do `parquet::basic::TimeUnit::NANOS(Default::default())` - which clippy would complain about. -- 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]
