Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
epsio-banay opened this issue Oct 11, 2024 · 2 comments
Closed

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

epsio-banay opened this issue Oct 11, 2024 · 2 comments
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog

Comments

@epsio-banay
Copy link

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 epsio-banay added the enhancement Any new improvement worthy of a entry in the changelog label Oct 11, 2024
@epsio-banay epsio-banay changed the title Interval parsing from string - allow "mon" and "mons" token Interval parsing from string - accept "mon" and "mons" token Oct 11, 2024
@epsio-banay
Copy link
Author

Just noticed it was recently merged closing

@alamb alamb added the arrow Changes to the arrow crate label Oct 20, 2024
@alamb
Copy link
Contributor

alamb commented Oct 20, 2024

label_issue.py automatically added labels {'arrow'} from #6549

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants