samuelcolvin opened a new issue, #6390: URL: https://github.com/apache/arrow-rs/issues/6390
**Describe the bug** While working on https://github.com/apache/datafusion/pull/12448 I noticed that the string `5 day hour` is not interpreted correctly by `parse_interval_month_day_nano_config`, it should be considered the same as `5 day 0 hour`, instead it return an error. **To Reproduce** run that function, or look at https://github.com/apache/datafusion/pull/12448 **Expected behavior** `parse_interval_month_day_nano_config` should match postgres behaviour in general **Additional context** Related to #6211 where I improved interval parsing a lot, although apparently not enough. -- 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]
