-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[AVRO-4043] Add time-nanos logical type #3125
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The consistency is good (minor nitpick: the anchor should no longer have the _ms
suffix) . Thank you.
However, increasing the granularity of a timestamp a 1000/million-fold also reduces its range by the same factor. As such, I'd like us to document the possible maximum timestamp values as well.
Changes to the specification should be discussed at [email protected] first. |
Sorry, I ignore this aspect. How to register to [email protected] to submit this proposal? |
I have kept 'time_ms' link to preserve backward compatibility. But I will remove it. |
You can click on "Subscribe to mailing list" at https://lists.apache.org/[email protected] |
Hi @martin-g, I'll let you discuss among yourselves whether you want all time scales to support nanoseconds or not. There is also the Regards |
There is no such thing! Everything is open at the ASF and should be discussed in the mailing lists where everyone could participate! |
I am going to set all of your PRs related to time-nanos to |
AVRO-4043
What is the purpose of the change
This pull request describes the time of day specification with a nano seconds precision as requested in AVRO-4043
Verifying this change
This change is a specification description.
Documentation