Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 29 from 29 (0.226s).
Loading phrases to help you
refine your search...
Re: Limitations in enum symbols not mentioned in the spec - Avro - [mail # user]
...On Wed, Feb 27, 2013 at 5:24 PM, Francis Galiegue  wrote:  OK, beginning of answer to self:      if (!(Character.isLetter(first) || first == '_'))     &nbs...
   Author: Francis Galiegue, 2013-02-27, 16:27
Limitations in enum symbols not mentioned in the spec - Avro - [mail # user]
...Hello,  I have tried to parse this schema:  {     "name": "gender",     "type": "enum",     "symbols": [ "MALE", "FEMALE", "WHO CARES?" ] }  But ...
   Author: Francis Galiegue, 2013-02-27, 16:24
Design decision question about the Avro Java API - Avro - [mail # user]
...Hello,  The question is quite simple: why is SchemaParseException an unchecked exception?  This complicates handling parsing errors quite a bit, especially since it doesn't make th...
   Author: Francis Galiegue, 2013-02-27, 04:02
Re: Exact signification of "type": "null"? - Avro - [mail # user]
...On Wed, Feb 27, 2013 at 12:37 AM, Francis Galiegue  wrote:  OK, nevermind. I hadn't read the part of the spec which mentioned JSON representations: it is indeed JSON null.  So...
   Author: Francis Galiegue, 2013-02-26, 23:54
Exact signification of "type": "null"? - Avro - [mail # user]
...Hello,  In the current specification, type "null" is said to be "no value". How does that translate exactly? Let's take JSON, for instance: is that JSON null?  Francis Galiegue, [E...
   Author: Francis Galiegue, 2013-02-26, 23:37
Re: Experiment: a JSON Schema describing Avro schemas - Avro - [mail # user]
...On Fri, Feb 22, 2013 at 11:24 PM, Francis Galiegue  wrote: [...]  OK, I have tested them all and all pass now! Thanks for the resource!  Next step is Avro schema  JSON Sc...
   Author: Francis Galiegue, 2013-02-23, 01:44
Re: Experiment: a JSON Schema describing Avro schemas - Avro - [mail # user]
...On Fri, Feb 22, 2013 at 11:12 PM, Doug Cutting  wrote: [...]  Yes, that is true. But on the other hand, JSON Schema does structural validation, actual functional checks are still t...
   Author: Francis Galiegue, 2013-02-22, 22:24
Re: Experiment: a JSON Schema describing Avro schemas - Avro - [mail # user]
...Hello,  On Fri, Feb 22, 2013 at 11:01 PM, Doug Cutting  wrote:  By default, JSON Schema allows additional members, it will only forbid them if additionalProperties is false (o...
   Author: Francis Galiegue, 2013-02-22, 22:04
Experiment: a JSON Schema describing Avro schemas - Avro - [mail # user]
...Hello,  I have written a JSON Schema describing Avro schemas (in their JSON form), at least to the best of my knowledge -- that is, I read the spec, adapted, injected some sample data, ...
   Author: Francis Galiegue, 2013-02-22, 21:45
Sort:
project
Avro (29)
type
mail # user (29)
date
last 7 days (0)
last 30 days (0)
last 90 days (29)
last 6 months (29)
last 9 months (29)
author
Doug Cutting (802)
Scott Carey (432)
Jeff Hammerbacher (175)
Philip Zeyliger (116)
Matt Massie (102)
Bruce Mitchener (89)
Thiruvalluvan M. G. (82)
Douglas Creager (80)
Harsh J (74)
Jeff Hodges (65)
James Baldassari (53)
Yang (52)
Scott Banachowski (48)
Jeremy Lewi (46)
Miki Tebeka (45)
Francis Galiegue