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
I would suggest adding support for initial-default to read V1 Avro files into V2 objects in memory.
For example, V1 does not have sequence numbers, and then need to be set to 0. This is important when you have a V1 table, and then you upgrade it to V2, the underlying Avro files are still V1 until you rewrite everything. See comment here: #79 (comment)
With the initial-default you could just read a 0 if the field is not present.