Re: Schema version

2017-08-22 Thread Michael Mior
Sounds fine to me as long as no one else raises any objections here. -- Michael Mior mm...@apache.org 2017-08-22 18:00 GMT-04:00 Julian Hyde : > Maryann is proposing to change the data type that identifies the version > of a schema from a “long” (typically milliseconds since epoch) to a new > in

Schema version

2017-08-22 Thread Julian Hyde
Maryann is proposing to change the data type that identifies the version of a schema from a “long” (typically milliseconds since epoch) to a new interface, SchemaVersion, that must be partially ordered. Although this is a breaking change to the Schema API, I don’t think it’s worth waiting for th