You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by th...@apache.org on 2019/05/01 22:28:40 UTC

[avro] branch fast-decoder-thiru deleted (was faf150c)

This is an automated email from the ASF dual-hosted git repository.

thiru pushed a change to branch fast-decoder-thiru
in repository https://gitbox.apache.org/repos/asf/avro.git.


     was faf150c  Fixed documentation

This change permanently discards the following revisions:

 discard faf150c  Fixed documentation
 discard e1e9a53  Resolved checkstyle issues
 discard cefbf86  formatting changes
 discard 5e50f64  Fleshed out rest of cases in GenericReader2 (but do not handle logical types).
 discard ab9601d  Will be handy to have schemas available during decoding.
 discard 3fe8df6  Advancer and GenericDatumeReader2 now compile
 discard 32999b8  Changes for what is needed for arrays and maps.
 discard e23abae  Adding alternative to GenericDatumeReader which uses Advancers.
 discard cc71ce4  More tweaks
 discard a22c22b  Fixups from previous two commits.
 discard 56410ba  Moved Advancer to org.apache.avro.generic package
 discard 345f6b3  Dealt with record field-skipping problem.  Also fixed a few errors missed earlier.
 discard c602938  First draft of advancer code.
 discard 0ec4b0c  Small changes to Resolver to support Advancer