Hello, I'm trying to write/read namespaced specific records to/from namespace-less datafiles.
Reading and writing succeeds for simple records whose fields are primitive types, and also succeeds for "nested" records whose fields are `record` types, however reading and writing fails for records whose fields are /unions/ of `record` types. Here are two github sub-projects that show the issues: avro-namespace-issues <https://github.com/julianpeeters/avro-namespace-issues> The issues seem to be due to the mismatch between a) the expected and actual schemas, and b) the full names of records vs specific classes. Should I expect to be able to read and write specific records across namespaces like this? Is there any workaround? Thanks very much for any suggestions. -- View this message in context: http://apache-avro.679487.n3.nabble.com/Issues-reading-and-writing-namespace-less-schemas-from-namespaced-Specific-Records-tp4032092.html Sent from the Avro - Users mailing list archive at Nabble.com.
