forked from apache/avro
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass extrametadata as record instead of keys and values
We define extrametadata as record schema. Currently it has only json schema and its length. We can add more if we need any useful thing. We needed to pass json schema since avro writer omits field-ids while converting schema to json. Now, when we pass the json schema, it will use it instead with filled field-ids.
- Loading branch information
Showing
1 changed file
with
15 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters