-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat: avro support #113
feat: avro support #113
Conversation
Hi, How can we enable kokoro? |
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.
This looks great and thank you for the contribution. I think the only thing thats missing is a notice for the snappy library
Should we do anything to update kokoro status? |
I've just rebased main. |
Hi, Any chance to get a review? |
- Add `avro_schema_paths` in the configuration - Read binary with avro schemas fix #52
I've just rebased main |
It has been fixed |
Hi @igorbernstein2 , Thanks for your feedback. cc @googleapis/api-bigtable |
The PR contains the Avro support.
Configure a list of avro schema per column to be able to read any version of data.
To read avro data, we must have the schema which with we write the data.
fix #52