Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Use native timestamps in default schema #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

asnare
Copy link
Member

@asnare asnare commented May 20, 2019

This pull request updates the default schema to use proper timestamps for the timestamp fields. Prior to Avro 1.9 this meant pulling in JODA, but now that JSR310 is supported by Avro no additional dependencies are created.

Downstream consumers of the default records will not be affected by this; existing read-schemas will remain compatible.

This pull request will resolve issue #6 .

@asnare asnare added this to the 0.10 milestone May 20, 2019
@asnare asnare self-assigned this May 20, 2019
@krisgeus
Copy link

LGTM

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

Successfully merging this pull request may close these issues.

2 participants