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

HIVE-20889: Support timestamp-micros in AvroSerDe #5679

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

armitage420
Copy link
Contributor

@armitage420 armitage420 commented Mar 5, 2025

What changes were proposed in this pull request?

Timestamps for avro file format in Hive supports timestamp-millis. This PR brings in the feature where Hive can now support Timestamp-micros logicaltype for avro too.
Some details on Logical Types of Avro here: https://gist.github.com/armitage420/fa1432f4dbda56f67bdb08c252415623
More details on Jira description is already present: HIVE-20889

Why are the changes needed?

These changes will increase the reading of timestamps precision for users.

Does this PR introduce any user-facing change?

Yes

Is the change a dependency upgrade?

No

How was this patch tested?

Added new qfile and other existing tests

@armitage420 armitage420 changed the title do not review HIVE-20889: Support timestamp-micros in AvroSerDe Mar 16, 2025
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants