You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.
I would like to be able to specify a two writable classes to receive the contents of a sequence file.
This is similar to the way that Avro naturally reads when we use strings() or integers() or such. There would be new kind of PType that describes what writables are being used to do the reading.
The text was updated successfully, but these errors were encountered:
This uses reflection to infer the Avro schema used when writing the Writables, so non-static, non-transient fields are recursively written, which works well for most Writables.
This permits one to have SequenceFiles as inputs but not as outputs. Does that suffice?
I would like to be able to specify a two writable classes to receive the contents of a sequence file.
This is similar to the way that Avro naturally reads when we use strings() or integers() or such. There would be new kind of PType that describes what writables are being used to do the reading.
The text was updated successfully, but these errors were encountered: