| clear query|facets|time |
Search criteria: .
Results from 121 to 130 from
802 (0.076s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: release 1.7.3 soon? - Avro - [mail # dev]
|
|
...Sean, Sure, please update it. I set the "fix version" to 1.8 earlier. Thanks! Doug On Thu, Nov 29, 2012 at 2:07 PM, Sean Busbey wrote:...
|
|
|
Author: Doug Cutting,
2012-11-29, 22:09
|
|
|
Re: release 1.7.3 soon? - Avro - [mail # dev]
|
|
...AVRO-997 would be an incompatible change so we'd have to change the release name to 1.8.0 and folks might then reasonably adopt it more slowly, since it might break things. I'd prefer ...
|
|
|
Author: Doug Cutting,
2012-11-29, 21:49
|
|
|
Re: Check for schema backwards compatibility - Avro - [mail # dev]
|
|
...Jeff, I would not oppose such a re-factoring so long as these nested classes do not become visible outside of the package and compatibility is retained, but nor is it a high priority f...
|
|
|
Author: Doug Cutting,
2012-11-19, 19:18
|
|
|
Re: Check for schema backwards compatibility - Avro - [mail # dev]
|
|
...I don't feel strongly: a method on Schema would be fine with me as would an auxiliary tool class. Schema.java is a huge file already, but I'm not sure that really causes any problems. ...
|
|
|
Author: Doug Cutting,
2012-11-19, 18:54
|
|
|
Re: Check for schema backwards compatibility - Avro - [mail # dev]
|
|
...On Fri, Nov 16, 2012 at 3:37 PM, Jeff Kolesky wrote: I have not seen this discussed, but I can see the utility. One could automatically check new schemas for compatibility ...
|
|
|
Author: Doug Cutting,
2012-11-16, 23:54
|
|
|
Re: Avrodoc: browsable documentation for Avro schemas - Avro - [mail # user]
|
|
...Mostly what you've just done: given explicit permission for Apache to incorporate your code. On top of that it would be great if you could help figure out how to integrate this into th...
|
|
|
Author: Doug Cutting,
2012-11-09, 23:08
|
|
|
Re: Avrodoc: browsable documentation for Avro schemas - Avro - [mail # user]
|
|
...That's awesome! Would you be interested in contributing this to Apache? Doug On Fri, Nov 9, 2012 at 7:05 AM, Martin Kleppmann wrote:...
|
|
|
Author: Doug Cutting,
2012-11-09, 17:57
|
|
|
Re: ArrayIndexOutOfBoundsException when adding new field at child object level in the source - Avro - [mail # user]
|
|
...How are you reading the data? Can you provide a complete example? To read data you need both the schema that you wrote it with and the schema you wish to read it as. DataFi...
|
|
|
Author: Doug Cutting,
2012-11-09, 17:54
|
|
|
Re: Schema validation of a field's default values - Avro - [mail # user]
|
|
...We should probably follow Postel's law and be liberal in what we accept during deserialization. So we might more rigorously check default values when writing even though that's not whe...
|
|
|
Author: Doug Cutting,
2012-11-05, 22:01
|
|
|
Re: Schema validation of a field's default values - Avro - [mail # user]
|
|
...Mark, I'd welcome improvements to default value validation in Avro. For performance, I think this should be an explicit, separate operation from parsing schemas. But we mig...
|
|
|
Author: Doug Cutting,
2012-11-05, 18:46
|
|
|
|