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

Support fractional seconds for interval_day literals #199

Merged
merged 1 commit into from
May 16, 2022

Conversation

jvanstraten
Copy link
Contributor

While updating the type system documentation, I realized that interval_day literals don't currently support the advertised microsecond precision. I added support via a third microseconds component in order to be completely backward-compatible.

Copy link
Contributor

@jacques-n jacques-n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doh, wish this had been right to begin with rather than having a third field. Agree that third field is cleaner for compatibility. Thanks @jvanstraten

@jacques-n jacques-n merged commit 129e52f into substrait-io:main May 16, 2022
rkondakov pushed a commit to rkondakov/substrait that referenced this pull request Nov 21, 2023
BREAKING CHANGE: RelCopyOnWriteVisitor now extends RelVisitor and has generic type parameter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants