-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for reading and writing avro files (#490)
* add support for reading and writing avro files * Apply suggestions from code review of avro support in pull #490 Set version to 1.4.0 and issue to 490 as suggested in pull request #490 Co-authored-by: Alistair Miles <[email protected]> Co-authored-by: Juarez Rudsatz <[email protected]> Co-authored-by: Alistair Miles <[email protected]>
- Loading branch information
1 parent
2f959d4
commit b1ef013
Showing
7 changed files
with
1,162 additions
and
0 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ SQLAlchemy==1.3.6 | |
Whoosh==2.7.4 | ||
xlrd==1.2.0 | ||
xlwt==1.3.0 | ||
fastavro>=0.23.4 |
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
Oops, something went wrong.