I have a quick question for the group.
I'm almost finished with the avro primitive type (de)serialization
code including unit tests. What would be the best way to share my
code with the group?
(a) I could push the code to github.
(b) I could attach the code as a gzip'd tarball to a Jira. Since I
used the autoconf tools, you would just ./configure && make check to
try it.
(c) I could attach the code as a patch as expressed on the http://wiki.apache.org/hadoop/Avro/HowToContribute
page.
(d) Any other method you guys would like.
Right now the C code is standalone with no dependencies on the rest of
Avro.
-Matt