Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 15 (0.311s).
Loading phrases to help you
refine your search...
Re: Schema validation of a field's default values - Avro - [mail # user]
...I'm not sure how it can be added to Avro without breaking existing apps.  If ResolvingGrammarDecoder.encode were changed to correct the deficiencies I mentioned, existing schemas that d...
   Author: Mark Hayes, 2012-11-05, 21:44
Re: Schema validation of a field's default values - Avro - [mail # user]
...On Mon, Oct 29, 2012 at 12:32 PM, Doug Cutting  wrote:    Thanks for the reply Doug.  I did find ResolvingGrammarDecoder.encode (I saw that it is called by the builders) ...
   Author: Mark Hayes, 2012-11-03, 16:48
Schema validation of a field's default values - Avro - [mail # user]
...Hi,  It looks like the Schema parser doesn't check a field's default value against the field's type.  So for example, you can define a string default value for a field of type int....
   Author: Mark Hayes, 2012-10-20, 00:19
Re: Default field values required for field deletion - Avro - [mail # user]
...Thanks for confirming, Doug....
   Author: Mark Hayes, 2012-10-01, 19:25
Default field values required for field deletion - Avro - [mail # user]
...Hi,  We're using Avro as the storage format for database records, and schema evolution is a key feature for us.  I have a question regarding the deletion of fields from a record, w...
   Author: Mark Hayes, 2012-10-01, 16:28
Re: ReflectDatumReader and Writer classes - Avro - [mail # user]
...Peter -- yes, you're right, I assumed that because you were using Java beans that you had a fixed set of them at build time.  That was an incorrect assumption.  ...
   Author: Mark Hayes, 2012-07-05, 18:26
Re: ReflectDatumReader and Writer classes - Avro - [mail # user]
...On Thu, Jul 5, 2012 at 9:44 AM, Peter Cameron wrote:   I am still fairly new to Avro but I think what the warning in the docs is trying to say is that the Specific API is better for sta...
   Author: Mark Hayes, 2012-07-05, 17:09
GenericDatumWriter.write and the Integer type - Avro - [mail # user]
...Hi, I have a question about the treatment of Integer types (defined as 'int' in the schema) when serializing with GenericDatumWriter.  The behavior changed in the 1.6 code line.  T...
   Author: Mark Hayes, 2012-06-09, 15:58
Re: Specific compiler task, separate schemas - Avro - [mail # user]
...On Thu, May 31, 2012 at 5:05 PM, Doug Cutting  wrote:   Thank you Doug, it helps a lot to know that.     It does seem useful, and also a natural enhancement, so I filed t...
   Author: Mark Hayes, 2012-06-01, 18:55
[AVRO-1107] Support for dependent schemas in ant SchemaTask - Avro - [issue]
...See Doug's message:http://mail-archives.apache.org/mod_mbox/avro-user/201206.mbox/%3C4FC80753.90607%40apache.org%3EThe request is to support generating specific classes from the ant SchemaTa...
http://issues.apache.org/jira/browse/AVRO-1107    Author: Mark Hayes, 2012-06-01, 18:54
Sort:
project
Avro (15)
type
mail # user (14)
issue (1)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (0)
last 9 months (15)
author
Doug Cutting (802)
Scott Carey (437)
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)
Mark Hayes