mixing multiple types in one data file using reflection is not supported
------------------------------------------------------------------------
Key: AVRO-95
URL: https://issues.apache.org/jira/browse/AVRO-95
Project: Avro
Issue Type: Bug
Components: java
Affects Versions: 1.0.0, 1.0.1
Reporter: Eelco Hillenius
Fix For: 1.0.1
My use case is that I have a bunch of different kind of events (in a hierarchy
actually, which right now isn't supported either, see AVRO-93), that I would
like to write out to log files using Avro. Unfortunately, writing more than one
type via reflection seems to be broken currently. I think I can tell from the
code and the resulting data file that this should be supported, but it seems
that there are a few issues with the implementation right now.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.