On Wed, Feb 17, 2010 at 1:22 AM, Markus Weimer <mar...@weimo.de> wrote: > Hi, > > that looks like cool stuff! Does it support arbitrary avro-serializable > types? >
As Ted pointed out, the end goal is to support a lucene-like document structure, but yes, I believe the AvroInput/Output formats should support arbitrary 'specific' avro types currently and should be able to support reflection and generic serialization in the future. Keep in mind that this is all very early in the dev/testing process of this stuff, so YMMV. Drew