Skip to content

Commit

Permalink
[Storage] Internal avro parser. (#10764)
Browse files Browse the repository at this point in the history
* initial avro parser

* try fixing test...

* falling in love with python compatibility...

* make linter happy.

* raise StopIteration when there is no more bytes instead of tracking file length.

* async avro parser

* fix syntax for Python 3.5

* get rid of 'readers_schema' as we only honor schema that has been written to file ('writer_schema').

* pr feedback

* trim unused code.

* pr feedback.

* simplify skip sync in next.

* move avro tests from _shared.
  • Loading branch information
kasobol-msft authored and xiafu-msft committed Jun 10, 2020
1 parent d2b9262 commit 480c46b
Show file tree
Hide file tree
Showing 40 changed files with 2,764 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# -------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
# --------------------------------------------------------------------------
Loading

0 comments on commit 480c46b

Please sign in to comment.