apache / arrow-rs

Official Rust implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
2.53k stars 756 forks source link

Interval parsing from string - accept "mon" and "mons" token #6548

Closed epsio-banay closed 2 hours ago

epsio-banay commented 2 hours ago

I'm trying to parse Postgres time interval type string representation to datafusion, unfortunately it fails because Postgres uses "mon" / "mons" token instead of "month" / months".

I'd like to add "mon" and "mons" as accepted keywords for months in interval parsing from string

epsio-banay commented 2 hours ago

Just noticed it was recently merged closing